Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-08-10 15:08:36 +00:00 committed by Gerrit Code Review
commit b1b9188836
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
passenv = TRACE_FAILONLY GENERATE_HASHES http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
usedevelop = True
install_command =