We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aec4db commit a5f9a06Copy full SHA for a5f9a06
1 file changed
Makefile
@@ -97,12 +97,6 @@ test:
97
python3 -c "import pytest" > /dev/null 2>&1 || python3 -m pip install pytest
98
python3 -m pytest -qq
99
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
106
.PHONY: valgrind
107
valgrind:
108
python3 -c "import pytest_valgrind" > /dev/null 2>&1 || python3 -m pip install pytest-valgrind
0 commit comments