Bump hacking

hacking 3.0.x is too old. Bump it to the version currently used in
tempest repo.

Depends-on: https://review.opendev.org/c/openstack/tempest/+/906634
Change-Id: Id322cc95f16279c26af8b239a685b23b9bd119b9
This commit is contained in:
Takashi Kajinami 2024-11-16 15:35:58 +09:00
parent 3be0254144
commit 087a83ef32

View File

@ -20,7 +20,7 @@ deps =
commands = stestr run {posargs} commands = stestr run {posargs}
[testenv:pep8] [testenv:pep8]
deps = hacking>=3.0,<3.1.0 deps = hacking>=6.1.0,<6.2.0
commands = flake8 {posargs} commands = flake8 {posargs}
[testenv:venv] [testenv:venv]