Merge "Enable Python hash seed randomization in tests"

This commit is contained in:
Zuul 2018-07-08 15:18:26 +00:00 committed by Gerrit Code Review
commit 4f67e1853b
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ skipsdist = True
# Note the hash seed is set to 0 until senlin can be tested with a
# random hash seed successfully.
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
OS_TEST_PATH=senlin/tests/unit
deps = -r{toxinidir}/test-requirements.txt