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:
parent
3006d5a77b
commit
1bd4a3fb41
1
tox.ini
1
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
|
||||
|
Loading…
Reference in New Issue
Block a user