Removed 'PYTHONHASHSEED=0' from tox.ini
As all bugs, related with that random PYTHONHASHSEED fixed, final patch removes that from tox.ini Change-Id: Ice3920d1290bef46805842734d5bc1e381baf5ec Closes-Bug: #1348818
This commit is contained in:
parent
69e922d4d7
commit
7fc0dc0568
2
tox.ini
2
tox.ini
@ -12,7 +12,6 @@ install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
# Note the hash seed is set to 0 until nova can be tested with a
|
||||
# random hash seed successfully.
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONHASHSEED=0
|
||||
OS_TEST_PATH=./nova/tests/unit
|
||||
LANGUAGE=en_US
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
@ -34,7 +33,6 @@ commands =
|
||||
usedevelop = True
|
||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
setenv = VIRTUAL_ENV={envdir}
|
||||
PYTHONHASHSEED=0
|
||||
OS_TEST_PATH=./nova/tests/functional
|
||||
LANGUAGE=en_US
|
||||
deps = -r{toxinidir}/requirements.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user