Skip to content

Commit

Permalink
Use pytest instead of py.test
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Feb 23, 2024
1 parent 104ec09 commit 8a59c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ deps =
django32: Django~=3.2.0
django42: Django~=4.2.0
commands =
py.test -s tests \
pytest -s tests \
--junitxml=reports/junit.xml \
--cov --cov-report xml:reports/coverage-{envname}.xml \
{posargs}
Expand Down

0 comments on commit 8a59c85

Please sign in to comment.