2022-02-22 21:01:27 +00:00
|
|
|
[tox]
|
|
|
|
isolated_build = True
|
|
|
|
# you may find `tox --skip-missing-interpreters=true` helpful.
|
2023-12-09 12:28:27 +00:00
|
|
|
envlist = py3{8,9,10,11,12}
|
2022-02-22 21:01:27 +00:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
usedevelop = false
|
|
|
|
deps =
|
|
|
|
pytest
|
|
|
|
pytest-asyncio
|
|
|
|
pytest-httpbin
|
|
|
|
flaky
|
|
|
|
extras =
|
|
|
|
htmlparser
|
|
|
|
passenv = KEYFILE
|
|
|
|
commands = pytest -r fEs {posargs}
|