Fix "_" is shadowing Python builtin
This patch removes openstack-tox-pep8 job dependencies on flake8-*. The only dependency for that job right now is hacking, which is the same as in other repositories like ceilometer, python-aodhclient, python-glanceclient. Change-Id: I08bd18171f00d023c6f3f3c64d18f03032a6af96
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -18,12 +18,7 @@ commands = pytest {posargs:observabilityclient/tests}
|
|||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
deps = flake8
|
deps = hacking<3.1.0,>=3.0
|
||||||
flake8-blind-except
|
|
||||||
flake8-builtins
|
|
||||||
flake8-docstrings
|
|
||||||
flake8-logging-format
|
|
||||||
hacking<3.1.0,>=3.0
|
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
|
||||||
[testenv:venv]
|
[testenv:venv]
|
||||||
|
Reference in New Issue
Block a user