Skip to content

Commit a6ec732

Browse files
committed
Remove make test-p
1 parent 6dce320 commit a6ec732

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Makefile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,6 @@ test:
9797
python3 -c "import pytest" > /dev/null 2>&1 || python3 -m pip install pytest
9898
python3 -m pytest -qq
9999

100-
.PHONY: test-p
101-
test-p:
102-
python3 -c "import xdist" > /dev/null 2>&1 || python3 -m pip install pytest-xdist
103-
python3 -m pytest -qq -n auto
104-
105-
106100
.PHONY: valgrind
107101
valgrind:
108102
python3 -c "import pytest_valgrind" > /dev/null 2>&1 || python3 -m pip install pytest-valgrind

0 commit comments

Comments
 (0)