From 93c98737021acb715a16a6500c85484cfeabe241 Mon Sep 17 00:00:00 2001 From: Joshua Fehler Date: Mon, 27 May 2024 10:49:27 -0400 Subject: [PATCH] fixup --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f129c622f..7e378974e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,4 +1,5 @@ [testenv:tests_splinter] +extras = zope.testbrowser, django, flask deps = -rrequirements/test.txt commands = pytest --ignore-flaky -v {posargs} tests/test_browser.py tests/test_element_list.py tests/test_request_handler.py tests/test_xpath_concat.py