diff options
author | Jay Faulkner <jay@jvf.cc> | 2015-04-07 13:32:53 -0700 |
---|---|---|
committer | Jay Faulkner <jay@jvf.cc> | 2015-04-07 13:32:53 -0700 |
commit | 021462beed2000efe1051ac8a34dca410c9f3111 (patch) | |
tree | 1acee620c909b99cb68c0c1bf7216e6143524644 | |
parent | 0551aaa244f57d2dcbecd8de5179e930d6724d18 (diff) | |
download | ironic-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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 = |