Skip to content

Commit

Permalink
run pytest as module
Browse files Browse the repository at this point in the history
  • Loading branch information
Zylphrex committed Dec 12, 2022
1 parent 4076b54 commit 4906f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -371,7 +371,7 @@ commands =
; use old pytest for old Python versions:
{py2.7,py3.4,py3.5}: pip install pytest-forked==1.1.3

py.test --durations=5 {env:TESTPATH} {posargs}
python -m pytest --durations=5 {env:TESTPATH} {posargs}

[testenv:linters]
commands =
Expand Down

0 comments on commit 4906f43

Please sign in to comment.