commit | edcb24c85864c3fd61def8462998bbdd62acce16 | [log] [tgz] |
---|---|---|
author | Jon Grimm <jgrimm@linux.vnet.ibm.com> | Thu Oct 16 18:09:40 2014 +0000 |
committer | Jon Grimm <jgrimm@linux.vnet.ibm.com> | Thu Oct 16 18:09:40 2014 +0000 |
tree | fc1ba72edaea92feb41de6205ad241a41dd46825 | |
parent | 270bd7f8cea90078c334ede3b2e113248a558117 [diff] |
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
diff --git a/tox.ini b/tox.ini index c07dbbf..e575b4f 100644 --- a/tox.ini +++ b/tox.ini
@@ -98,7 +98,6 @@ commands = python setup.py build_sphinx {posargs} [testenv:pep8] -setenv = PYTHONHASHSEED=0 commands = flake8 {posargs} {toxinidir}/tools/config/check_uptodate.sh