Merge "Enable DeprecationWarning in test environments"

This commit is contained in:
Jenkins 2017-05-24 05:52:51 +00:00 committed by Gerrit Code Review
commit 39e226d7dd
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
OS_TEST_PATH=heat/tests
TESTR_START_DIR=heat/tests
usedevelop = True