Merge "Enable Python hash seed randomization in tests"

This commit is contained in:
Zuul
2018-06-06 02:43:03 +00:00
committed by Gerrit Code Review

View File

@@ -9,7 +9,6 @@ install_command = pip install {opts} {packages}
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
OS_STDOUT_NOCAPTURE=False OS_STDOUT_NOCAPTURE=False
OS_STDERR_NOCAPTURE=False OS_STDERR_NOCAPTURE=False
PYTHONHASHSEED=0
deps = deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}