Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins
2017-01-07 22:20:10 +00:00
committed by Gerrit Code Review
+1
View File
@@ -8,6 +8,7 @@ envlist = py35,py27,compliance,pep8
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
PYTHONWARNINGS=default::DeprecationWarning
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}