Tests work fine with random PYTHONHASHSEED

Related-Bug: #1348818

Change-Id: I702213ab129b3d4893b2253f90cb2e1c51793d8e
This commit is contained in:
Oleksii Chuprykov 2014-11-03 15:13:34 +02:00
parent dbe7208b04
commit 409710f93e
1 changed files with 0 additions and 3 deletions

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