Use of OrderedDict allows hash seed != 0
Before the yaml parser was modified to use OrderedDict test input/output could be incorrectly ordered relative to the expected output. This has long been fixed and we should now be able to remove this setting. Change-Id: I165c3fd4189d2d0d87cc5da565cbba7df236e326
This commit is contained in:
parent
8a11186abd
commit
b66f8d1d65
2
tox.ini
2
tox.ini
@ -4,11 +4,9 @@ envlist = docs, pep8, py34, py35, py36, py27, cover
|
||||
skip_missing_interpreters = true
|
||||
|
||||
[testenv]
|
||||
# Note(Vek): JJB is not compatible with a non-zero PYTHONHASHSEED
|
||||
setenv =
|
||||
LANG=en_US.UTF-8
|
||||
PYTHONDONTWRITEBYTECODE=1
|
||||
PYTHONHASHSEED=0
|
||||
SUBUNIT_FORMATTER=tee testr_subunit_log
|
||||
VIRTUAL_ENV={envdir}
|
||||
usedevelop = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user