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
This commit is contained in:
parent
270bd7f8ce
commit
edcb24c858
1
tox.ini
1
tox.ini
@ -98,7 +98,6 @@ commands = {posargs}
|
|||||||
commands = python setup.py build_sphinx {posargs}
|
commands = python setup.py build_sphinx {posargs}
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
setenv = PYTHONHASHSEED=0
|
|
||||||
commands =
|
commands =
|
||||||
flake8 {posargs}
|
flake8 {posargs}
|
||||||
{toxinidir}/tools/config/check_uptodate.sh
|
{toxinidir}/tools/config/check_uptodate.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user