Skip to content

Commit b5fac9e

Browse files
committed
Reduce pytest logging
1 parent 97e3bfd commit b5fac9e

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
@@ -41,7 +41,7 @@ VERSION=$(shell $(PY3) -c 'exec(open("version.py").read()); print( __version__ )
4141
TZ=Canada/Mountain
4242

4343
# To see all pytest output, uncomment --capture=no
44-
PYTESTOPTS=-vv --capture=no --log-cli-level=25 # INFO # 25 == NORMAL 23 == DETAIL
44+
PYTESTOPTS=-vv # --capture=no --log-cli-level=25 # INFO # 25 == NORMAL 23 == DETAIL
4545

4646
PY_TEST=TZ=$(TZ) $(PY) -m pytest $(PYTESTOPTS)
4747
PY2TEST=TZ=$(TZ) $(PY2) -m pytest $(PYTESTOPTS)

0 commit comments

Comments
 (0)