From ed30ae7ff6e2e8cf7467ab0efe68386c839f9e37 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Fri, 14 Jun 2024 10:01:47 -0400 Subject: [PATCH] fixup --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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