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:
parent
ff30c682fb
commit
0c118e4339
3
tox.ini
3
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user