From 021462beed2000efe1051ac8a34dca410c9f3111 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Tue, 7 Apr 2015 13:32:53 -0700 Subject: [PATCH] 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c4159105f0..5b83d7f5a0 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 =