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
This commit is contained in:
gordon chung 2014-08-22 17:07:39 -04:00
parent 3006d5a77b
commit 1bd4a3fb41
1 changed files with 1 additions and 0 deletions

View File

@ -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