diff --git a/tox.ini b/tox.ini index 92e3f17c4..b3718e620 100644 --- a/tox.ini +++ b/tox.ini @@ -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