summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-08-07 10:08:36 +0000
committerGerrit Code Review <review@openstack.org>2014-08-07 10:08:36 +0000
commit9ac012e491980363daeef84ff3a79d9d552ed34d (patch)
treedbe30842b6d7e318a257c0cb48e9dc579272404e /tox.ini
parentcc7049325241debf749cfda8bd874a6e36740412 (diff)
parentb30072e47ead3625cbf29a3b2955cae19a8e7533 (diff)
downloadhorizon-9ac012e491980363daeef84ff3a79d9d552ed34d.tar.gz
Merge "Set python hash seed to 0 in tox.ini"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index a8f146035..e194ffb55 100644
--- a/tox.ini
+++ b/tox.ini
@@ -12,6 +12,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 --no-pep8 {posargs}