Remove PYTHONHASHSEED setting

The previous patch set PYTHONHASHSEED=0 to deal with some hash
difference issues in tests. Long-term we want it to be on. This patch
should let us iterate on finding andy remaining ordering assumptions
in the tests.

Change-Id: Ic8703f588506f525779d48e23d0d931c2b3cb33b
This commit is contained in:
Monty Taylor 2018-01-15 15:08:56 -06:00 committed by Andreas Jaeger
parent 56b2c89c39
commit 0f1f8032c7
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ envlist = py35,py27,pep8,releasenotes
usedevelop = True
install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
BRANCH_NAME=master
CLIENT_NAME=keystoneauth1
OS_STDOUT_NOCAPTURE=False