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

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
Reference in New Issue
openstack/nova
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.

The note is not visible to the blocked user.