13 lines
311 B
INI
13 lines
311 B
INI
[tox]
|
|
envlist = py38,py39,py310,py311
|
|
skipsdist=True
|
|
|
|
[testenv]
|
|
passenv=DISPLAY # Necessary for the spawned GeckoDriver process to connect to
|
|
# the appropriate display.
|
|
|
|
deps =
|
|
-r{toxinidir}/../../tools/requirements_pytest.txt
|
|
-r{toxinidir}/requirements.txt
|
|
|
|
commands = pytest -vv {posargs}
|