1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 08:04:49 +01:00

Call tests with pytest rather than py.test

This commit is contained in:
Tessa Walsh 2024-03-28 16:37:28 -04:00
parent 82ae625240
commit ed25b0a06b

View File

@ -21,6 +21,6 @@ deps =
-rrequirements.txt
-rextra_requirements.txt
commands =
py.test --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/
pytest --cov-config .coveragerc --cov pywb -v --doctest-modules ./pywb/ tests/