tox.ini (311B)
1 [tox] 2 envlist = py38,py39,py310,py311 3 skipsdist=True 4 5 [testenv] 6 passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to 7 # the appropriate display. 8 9 deps = 10 -r{toxinidir}/../../tools/requirements_pytest.txt 11 -r{toxinidir}/requirements.txt 12 13 commands = pytest -vv {posargs}