Skip to content

Commit 8cc9759

Browse files
committed
suppress hook loader messages in tests
1 parent b2314d2 commit 8cc9759

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/run_tests

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ fi
2424
source "$envdir/bin/activate"
2525

2626
# Set up virtualenvwrapper.hook_loader to print more details than usual for debugging.
27-
export HOOK_VERBOSE_OPTION=-vvv
27+
#export HOOK_VERBOSE_OPTION=-vvv
28+
export HOOK_VERBOSE_OPTION="-q"
2829

2930
# Force virtualenvwrapper to use the python interpreter in the
3031
# tox-created virtualenv.

0 commit comments

Comments
 (0)