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:
Timofey Durakov 2015-03-12 18:36:19 +03:00
parent 69e922d4d7
commit 7fc0dc0568
1 changed files with 0 additions and 2 deletions

View File

@ -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