DEBSOURCES
Skip Quicknav
sources / python-pyforge / 1.4.0-3 / debian / patches / tox-pytest.patch
12345678
--- a/tox.ini +++ b/tox.ini @@ -3,4 +3,4 @@ [testenv] deps=pytest -commands=pytest +commands=python -m pytest