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:
1 changed files with 0 additions and 2 deletions
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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.