mirror of
https://opendev.org/openstack/python-heatclient.git
synced 2026-01-16 23:00:35 +00:00
Tests work fine with random PYTHONHASHSEED
Related-Bug: #1348818 Change-Id: I702213ab129b3d4893b2253f90cb2e1c51793d8e
This commit is contained in:
parent
dbe7208b04
commit
409710f93e
1 changed files with 0 additions and 3 deletions
3
tox.ini
3
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue