Remove PYTHONHASHSEED=0 from tox

Remove PYTHONHASHSEED=0 so the tests run
with a random seed.

Change-Id: I681d2b37453642b4823e8341a03d077ebc9cb9a7
Closes-Bug: #1348818
This commit is contained in:
Itxaka 2016-01-26 21:52:51 +01:00 committed by Itxaka Serrano Garcia
parent ff30c682fb
commit 0c118e4339
1 changed files with 0 additions and 3 deletions

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