Merge "Enable Python hash seed randomization in tests"

This commit is contained in:
Zuul 2018-07-12 17:00:24 +00:00 committed by Gerrit Code Review
commit 3538759d75
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ skip_missing_interpreters = True
[testenv]
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install {opts} {packages}
commands = find . -type f -name "*.py[c|o]" -delete