Update pep8 requirements

Change-Id: Iba4503a329f65641f7521f67aa11b3ac5fda8da1
This commit is contained in:
Riccardo Pittau 2021-11-25 15:12:59 +01:00
parent 663ced6346
commit 8798275c99
1 changed files with 2 additions and 2 deletions

View File

@ -16,9 +16,9 @@ commands = stestr run --slowest {posargs}
[testenv:pep8]
deps =
hacking>=3.1.0,<4.0.0 # Apache-2.0
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
commands = flake8 {posargs}
[testenv:venv]