Merge pull request #3925 from radarhere/python38

Split pytest flags
This commit is contained in:
Hugo 2019-06-29 10:06:32 +03:00 committed by GitHub
commit 2fe3a39c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ make clean
make install-coverage
python selftest.py
python -m pytest -vx --cov PIL --cov-report term Tests
python -m pytest -v -x --cov PIL --cov-report term Tests
pushd /tmp/check-manifest && check-manifest --ignore ".coveragerc,.editorconfig,*.yml,*.yaml,tox.ini" && popd