Use the correct py.test.

This commit is contained in:
Itamar Turner-Trauring 2021-06-10 11:22:11 -04:00
parent 6730f300c4
commit 702f249f99

View File

@ -104,7 +104,7 @@ setenv =
commands =
python --version
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
python3 -b -m pytest --timeout=1800 --coverage -v {posargs:integration}
py.test --timeout=1800 --coverage -v {posargs:integration}
coverage combine
coverage report