Update pep8 test requirements

Change-Id: I54afbe68951cc8de2f5e3bca97a38bc2f8828da9
This commit is contained in:
Riccardo Pittau 2021-10-19 11:35:04 +02:00
parent 89220d2ebb
commit d35a80fe03
1 changed files with 3 additions and 3 deletions

View File

@ -22,10 +22,10 @@ commands =
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:pep8]
deps =
hacking>=3.1.0,<4.0.0 # Apache-2.0
deps=
hacking>=4.1.0,<5.0.0 # Apache-2.0
flake8-import-order>=0.17.1 # LGPLv3
pycodestyle>=2.0.0,<2.7.0 # MIT
pycodestyle>=2.0.0,<3.0.0 # MIT
doc8>=0.8.1 # Apache-2.0
commands =
flake8 {posargs}