Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2016-08-30 09:19:54 +00:00 committed by Gerrit Code Review
commit caf4cb8820

View File

@ -9,6 +9,7 @@ setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}