From 67a48c8cb1af4ed217a57cfa317d2b14385a99b2 Mon Sep 17 00:00:00 2001 From: Jay Faulkner Date: Mon, 6 Apr 2015 08:35:08 -0700 Subject: [PATCH] Add PYTHONHASHSEED=0 to venv tox env This is the environment used to generate docs in the check/gate, not gendocs. Change-Id: Ia026425f1a56d59c8d87a3ad44610c26fc286fad --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0e100186b..be88aabff 100644 --- a/tox.ini +++ b/tox.ini @@ -25,6 +25,7 @@ commands = python setup.py testr --coverage {posargs:ironic_python_agent} [testenv:venv] +setenv = PYTHONHASHSEED=0 commands = {posargs:} [testenv:devenv]