From 1bd4a3fb41117f223595c04f5c52424e25979712 Mon Sep 17 00:00:00 2001 From: gordon chung Date: Fri, 22 Aug 2014 17:07:39 -0400 Subject: [PATCH] re-add hashseed to avoid gate error there seems to be sporadic behaviour in docs tests due to WSME. this patch adds back the hashseed to stabilise results until then. Change-Id: I9039d7f253b94e215e8f60a2d5e380bcf41a9d75 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 24aa116fb..ec05ceee8 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,7 @@ install_command = pip install -U --allow-external pytidylib --allow-insecure pyt usedevelop = True setenv = VIRTUAL_ENV={envdir} EVENTLET_NO_GREENDNS=yes + PYTHONHASHSEED=0 commands = bash -x {toxinidir}/setup-test-env.sh python setup.py testr --slowest --testr-args="{posargs}" downloadcache = {toxworkdir}/_download