diff --git a/tox.ini b/tox.ini index 6a4c899b5a2..e585f8d206c 100644 --- a/tox.ini +++ b/tox.ini @@ -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