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:
Jaromir Wysoglad 2023-11-06 05:10:24 -05:00
parent 5746f69ddc
commit 74d9094e5e

View File

@ -18,12 +18,7 @@ commands = pytest {posargs:observabilityclient/tests}
[testenv:pep8]
basepython = python3
deps = flake8
flake8-blind-except
flake8-builtins
flake8-docstrings
flake8-logging-format
hacking<3.1.0,>=3.0
deps = hacking<3.1.0,>=3.0
commands = flake8
[testenv:venv]