mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-26 13:04:14 +03:00
Remove duplicate run of selftest.py
The make target 'install-coverage' already runs selftest.py. Avoid running the same script a second time to slightly speed up builds.
This commit is contained in:
parent
aaca672173
commit
e221b4ecff
|
@ -6,7 +6,6 @@ coverage erase
|
|||
make clean
|
||||
make install-coverage
|
||||
|
||||
python selftest.py
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user