Skip to content

Commit 6a60b2e

Browse files
committed
Remove Tests/ path arg, this is already configured
1 parent bcf1f85 commit 6a60b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ sdist:
9595
.PHONY: test
9696
test:
9797
python3 -c "import pytest" > /dev/null 2>&1 || python3 -m pip install pytest
98-
python3 -m pytest -qq Tests/
98+
python3 -m pytest -qq
9999

100100
.PHONY: test-p
101101
test-p:
102102
python3 -c "import xdist" > /dev/null 2>&1 || python3 -m pip install pytest-xdist
103-
python3 -m pytest -qq -n auto Tests/
103+
python3 -m pytest -qq -n auto
104104

105105

106106
.PHONY: valgrind

0 commit comments

Comments
 (0)