summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-23 05:38:28 +0000
committerGerrit Code Review <review@openstack.org>2014-08-23 05:38:28 +0000
commitcba006107b3fdec740832fd15d40e1b2a12e58c1 (patch)
tree978b39c5389abbe7ce2610aa53711c4fe2258a38
parent96c6cdaa084857b82b9681378d5d3a6a4732015e (diff)
parent050e766b02862fb901f393826031c4b7c6613cbb (diff)
downloadhorizon-cba006107b3fdec740832fd15d40e1b2a12e58c1.tar.gz
Merge "Set python hash seed to 0 in tox.ini" into stable/havana
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 45dd51149..c3a2e0762 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,9 @@ 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
commands = /bin/bash run_tests.sh -N