Merge "Remove PYTHONHASHSEED=0 from tox"

This commit is contained in:
Jenkins 2016-04-17 10:58:59 +00:00 committed by Gerrit Code Review
commit 561990849a

View File

@ -12,9 +12,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
# Note the hash seed is set to 0 until horizon can be tested with a
# random hash seed successfully.
PYTHONHASHSEED=0
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = /bin/bash