Skip to content

Commit 3143865

Browse files
committed
Change runner to modern pytest runner
1 parent 0018cc5 commit 3143865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ develop: copyfiles extras
4949

5050
test:
5151
rm -f FAILED-*
52-
./foreach.sh 'DEBUG=1 python setup.py test -sv -ra || touch ../FAILED-$$PKG'
52+
./foreach.sh 'DEBUG=1 python -m pytest -sv -ra || touch ../FAILED-$$PKG'
5353
bash -c "! compgen -G 'FAILED-*'"
5454

5555
test-ci:

0 commit comments

Comments
 (0)