Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-08-24 03:41:51 +00:00 committed by Gerrit Code Review
commit cc5ce2bbf8

View File

@ -5,6 +5,7 @@ skipsdist = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt