Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-08-14 06:24:39 +00:00 committed by Gerrit Code Review
commit 808110c7ac

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 =