Merge "Tests work fine with random PYTHONHASHSEED"

This commit is contained in:
Jenkins
2014-11-11 05:15:32 +00:00
committed by Gerrit Code Review

View File

@@ -4,10 +4,7 @@ minversion = 1.6
skipsdist = True
[testenv]
# Set PYTHONHASHSEED to 0 so that randomisation is disabled and
# urlutils.urlencode() has predictable results.
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt