From edcb24c85864c3fd61def8462998bbdd62acce16 Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Thu, 16 Oct 2014 18:09:40 +0000 Subject: [PATCH] Remove PYTHONHASHSEED=0 from tox pep8 job Tempest has moved to new oslo-config-generator and this bug workaround is no longer needed. Change-Id: I50ffdcbc8a8f4830ba9c274af4c908e96467dad5 Closes-Bug: 1365136 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index c07dbbf963..e575b4f012 100644 --- a/tox.ini +++ b/tox.ini @@ -98,7 +98,6 @@ commands = {posargs} commands = python setup.py build_sphinx {posargs} [testenv:pep8] -setenv = PYTHONHASHSEED=0 commands = flake8 {posargs} {toxinidir}/tools/config/check_uptodate.sh