Skip to content

Commit 124f006

Browse files
committed
Restore testing output capturing
1 parent 8b729b6 commit 124f006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ else
6464
endif
6565

6666
# To see all pytest output, uncomment --capture=no, ...
67-
PYTESTOPTS = -v --capture=no --log-cli-level=WARNING # --doctest-modules
67+
PYTESTOPTS = -v --log-cli-level=WARNING # --capture=no # --doctest-modules
6868

6969
PY3TEST = $(PY3) -m pytest $(PYTESTOPTS)
7070

0 commit comments

Comments
 (0)