DEBSOURCES
Skip Quicknav
sources / python-pytest-subtests / 0.14.2-1 / tox.ini
12345678910
[tox] envlist = py39,py310,py311,py312,py313,pytest7 [testenv] deps = pytest-xdist>=3.3.0 pytest7: pytest ~=7.4 commands = pytest {posargs:tests}