Make py.test work on recent tox

This commit is contained in:
Emil Stenström 2024-01-27 09:11:45 +01:00
parent 91b4accfeb
commit 8239359c0a

View file

@ -35,6 +35,7 @@ deps =
pytest-xdist pytest-xdist
flake8 flake8
isort isort
allowlist_externals = py.test
commands = py.test {posargs} commands = py.test {posargs}
[testenv:flake8] [testenv:flake8]