Merge "Enable hash randomization in unit tests"
This commit is contained in:
commit
c0b8de28e4
3
tox.ini
3
tox.ini
@ -4,10 +4,7 @@ skipsdist = True
|
|||||||
envlist = py35,py27,compliance,pep8
|
envlist = py35,py27,compliance,pep8
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
# Note the hash seed is set to 0 until cinder can be tested with a
|
|
||||||
# random hash seed successfully.
|
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
PYTHONHASHSEED=0
|
|
||||||
PYTHONWARNINGS=default::DeprecationWarning
|
PYTHONWARNINGS=default::DeprecationWarning
|
||||||
OS_STDOUT_CAPTURE=1
|
OS_STDOUT_CAPTURE=1
|
||||||
OS_STDERR_CAPTURE=1
|
OS_STDERR_CAPTURE=1
|
||||||
|
Loading…
Reference in New Issue
Block a user