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:
Darragh Bailey 2018-04-13 12:58:45 +01:00
parent 8a11186abd
commit b66f8d1d65
1 changed files with 0 additions and 2 deletions

View File

@ -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