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 0018cc5 commit 3143865Copy full SHA for 3143865
Makefile
@@ -49,7 +49,7 @@ develop: copyfiles extras
49
50
test:
51
rm -f FAILED-*
52
- ./foreach.sh 'DEBUG=1 python setup.py test -sv -ra || touch ../FAILED-$$PKG'
+ ./foreach.sh 'DEBUG=1 python -m pytest -sv -ra || touch ../FAILED-$$PKG'
53
bash -c "! compgen -G 'FAILED-*'"
54
55
test-ci:
0 commit comments