Skip to content

Commit

Permalink
[py] Update Firefox tests to use requirements file
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 7, 2020
1 parent fb46c0a commit 9220e91
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
19 changes: 18 additions & 1 deletion py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,24 @@ py_test_suite(
":init-tree",
":selenium",
":webserver",
"//third_party/py:pytest",
requirement("attrs"),
requirement("idna"),
requirement("iniconfig"),
requirement("importlib_metadata"),
requirement("h11"),
requirement("more_itertools"),
requirement("multidict"),
requirement("outcome"),
requirement("pluggy"),
requirement("py"),
requirement("pytest"),
requirement("pytest-instafail"),
requirement("pytest-trio"),
requirement("sortedcontainers"),
requirement("sniffio"),
requirement("trio"),
requirement("trio_websocket"),
requirement("zipp"),
],
)

Expand Down
1 change: 0 additions & 1 deletion py/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
console_output_style = progress
faulthandler_timeout = 60
log_cli = True
addopts = --capture=tee-sys
trio_mode = true
markers =
xfail_chrome: Tests expected to fail in Chrome
Expand Down

0 comments on commit 9220e91

Please sign in to comment.