ci: fix pytest command used by tox

This commit is contained in:
cn 2022-11-03 10:34:19 +01:00
parent 2089e809e8
commit d93b500b71
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skip_missing_interpreters = True
[testenv]
commands =
python setup.py install
coverage run -m py.test -v -r wsx
coverage run -m pytest -v -r wsx
coverage report
deps =
mock