Merge "Enable hash randomization in unit tests"

This commit is contained in:
Zuul 2018-02-22 04:56:52 +00:00 committed by Gerrit Code Review
commit c0b8de28e4
1 changed files with 0 additions and 3 deletions

View File

@ -4,10 +4,7 @@ skipsdist = True
envlist = py35,py27,compliance,pep8
[testenv]
# Note the hash seed is set to 0 until cinder can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
PYTHONWARNINGS=default::DeprecationWarning
OS_STDOUT_CAPTURE=1
OS_STDERR_CAPTURE=1