Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jsfehler committed Jun 14, 2024
1 parent c39c1ce commit ed30ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ extras = selenium
deps =
-rrequirements/test.txt
commands =
pytest --ignore-flaky -v "not macos" {posargs} tests/test_webdriver_remote.py
pytest --ignore-flaky -m "not macos" -v {posargs} tests/test_webdriver_remote.py

[testenv:tests_selenium_edge]
extras = selenium
Expand Down

0 comments on commit ed30ae7

Please sign in to comment.