From 0f1f8032c7d59c8e0754bcc1c8fc23f14a23acd8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 15 Jan 2018 15:08:56 -0600 Subject: [PATCH] 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 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index bae02a2c..22d0dc9d 100644 --- a/tox.ini +++ b/tox.ini @@ -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