mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-02-03 14:06:10 +03:00
Remove make test-p
This commit is contained in:
parent
6007c59e45
commit
48476e068a
6
Makefile
6
Makefile
|
|
@ -97,12 +97,6 @@ test:
|
|||
python3 -c "import pytest" > /dev/null 2>&1 || python3 -m pip install pytest
|
||||
python3 -m pytest -qq
|
||||
|
||||
.PHONY: test-p
|
||||
test-p:
|
||||
python3 -c "import xdist" > /dev/null 2>&1 || python3 -m pip install pytest-xdist
|
||||
python3 -m pytest -qq -n auto
|
||||
|
||||
|
||||
.PHONY: valgrind
|
||||
valgrind:
|
||||
python3 -c "import pytest_valgrind" > /dev/null 2>&1 || python3 -m pip install pytest-valgrind
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user