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
commit 0dfbfa611d
1 changed files with 0 additions and 1 deletions

View File

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