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 97e3bfd commit b5fac9eCopy full SHA for b5fac9e
GNUmakefile
@@ -41,7 +41,7 @@ VERSION=$(shell $(PY3) -c 'exec(open("version.py").read()); print( __version__ )
41
TZ=Canada/Mountain
42
43
# To see all pytest output, uncomment --capture=no
44
-PYTESTOPTS=-vv --capture=no --log-cli-level=25 # INFO # 25 == NORMAL 23 == DETAIL
+PYTESTOPTS=-vv # --capture=no --log-cli-level=25 # INFO # 25 == NORMAL 23 == DETAIL
45
46
PY_TEST=TZ=$(TZ) $(PY) -m pytest $(PYTESTOPTS)
47
PY2TEST=TZ=$(TZ) $(PY2) -m pytest $(PYTESTOPTS)
0 commit comments