summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDarragh Bailey <dbailey@hpe.com>2018-04-13 12:58:45 +0100
committerDarragh Bailey <dbailey@hpe.com>2018-04-25 15:36:36 +0100
commitb66f8d1d6526810fde3eda9f58d8f5371afc79ca (patch)
tree8997b070db198da8dbe7ed593d94431a65989ec6 /tox.ini
parent8a11186abdcbfa352dd20397f9a4246599f0ba79 (diff)
downloadpython-jenkins-job-builder-b66f8d1d6526810fde3eda9f58d8f5371afc79ca.tar.gz
python-jenkins-job-builder-b66f8d1d6526810fde3eda9f58d8f5371afc79ca.tar.xz
python-jenkins-job-builder-b66f8d1d6526810fde3eda9f58d8f5371afc79ca.zip
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2e641e9d..66bbf24a 100644
--- a/tox.ini
+++ b/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