summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Faulkner <jay@jvf.cc>2015-04-07 13:32:53 -0700
committerJay Faulkner <jay@jvf.cc>2015-04-07 13:32:53 -0700
commit021462beed2000efe1051ac8a34dca410c9f3111 (patch)
tree1acee620c909b99cb68c0c1bf7216e6143524644
parent0551aaa244f57d2dcbecd8de5179e930d6724d18 (diff)
downloadironic-021462beed2000efe1051ac8a34dca410c9f3111.tar.gz
Set hash seed to 0 in gendocs environment
This was done in the venv environment to fix docs builds in the gate, but they still fail randonly locally when using the tox environment to build them. This change ensures the gendocs environment works for generating documentation locally. Change-Id: I41e4af9edaaa76b837a6c92a296b5738c85b632b
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c4159105f..5b83d7f5a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -43,6 +43,7 @@ commands =
bash tools/config/generate_sample.sh -b . -p ironic -o etc/ironic
[testenv:gendocs]
+setenv = PYTHONHASHSEED=0
sitepackages = False
envdir = {toxworkdir}/venv
commands =