Merge "Tests work fine with random PYTHONHASHSEED"
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -4,10 +4,7 @@ minversion = 1.6
|
|||||||
skipsdist = True
|
skipsdist = True
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
# Set PYTHONHASHSEED to 0 so that randomisation is disabled and
|
|
||||||
# urlutils.urlencode() has predictable results.
|
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
PYTHONHASHSEED=0
|
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
install_command = pip install -U {opts} {packages}
|
install_command = pip install -U {opts} {packages}
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
|
Reference in New Issue
Block a user