Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-11-22 17:19:05 +00:00 committed by Gerrit Code Review
commit 137b26a64c
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ whitelist_externals = bash
rm
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
passenv = TEMPEST_* OS_TEST_*