From 0c118e43395465387b2c911129ec237efaf7db48 Mon Sep 17 00:00:00 2001 From: Itxaka Date: Tue, 26 Jan 2016 21:52:51 +0100 Subject: [PATCH] Remove PYTHONHASHSEED=0 from tox Remove PYTHONHASHSEED=0 so the tests run with a random seed. Change-Id: I681d2b37453642b4823e8341a03d077ebc9cb9a7 Closes-Bug: #1348818 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 420a5db5ca..62c81e70a9 100644 --- a/tox.ini +++ b/tox.ini @@ -12,9 +12,6 @@ setenv = VIRTUAL_ENV={envdir} NOSE_OPENSTACK_RED=0.05 NOSE_OPENSTACK_YELLOW=0.025 NOSE_OPENSTACK_SHOW_ELAPSED=1 -# Note the hash seed is set to 0 until horizon can be tested with a -# random hash seed successfully. - PYTHONHASHSEED=0 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt whitelist_externals = /bin/bash