testing: drop zero hashseed

Tox >= 1.6.2 already sets a random hash seed for the tests[0], no need
to use the python2 behavior of seeding to 0. This is good as it will
make sure our tests continue to be better written.

[0] https://tox.readthedocs.io/en/latest/example/basic.html#special-handling-of-pythonhashseed

Change-Id: I9c0be68b387838b0c64c86528f06f3cccc9d1195
This commit is contained in:
Antoni Segura Puimedon 2017-01-31 23:49:19 +01:00
parent daa4639003
commit dabfdf1594
No known key found for this signature in database
GPG Key ID: B71BE48A9A349926
1 changed files with 0 additions and 3 deletions

View File

@ -4,10 +4,7 @@ envlist = py27,py35,pep8
skipsdist = True
[testenv]
# Note the hash seed is set to 0 until neutron can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {opts} {packages}
deps = -r{toxinidir}/requirements.txt