ci: fix pytest command used by tox

This commit is contained in:
cn
2022-11-03 10:59:16 +01:00
parent 2089e809e8
commit d93b500b71
+1 -1
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