Bump hacking

hacking 3.0.x is too old.

Also fix a failure detected by the new hacking version.

./heat_tempest_plugin/common/test.py:171:80: E501 line too long
(80 > 79 characters)

Change-Id: Ic05437780b451928b14f79b004586e0b627ce119
This commit is contained in:
Takashi Kajinami 2024-01-20 18:56:19 +09:00
parent 6a491bded3
commit 70e516a9e4
2 changed files with 2 additions and 6 deletions

View File

@ -168,7 +168,7 @@ def requires_feature(feature):
def requires_service_feature(service, feature):
'''Decorator for tests requring specific service feature enabled in tempest.
'''Decorator for tests requring specific service feature
The decorated test will be skipped when a specific feature is disabled.
'''

View File

@ -1,7 +1,3 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking>=2.0,<2.1.0 # Apache-2.0
# remove this pyflakes from here once you bump the
# hacking to 3.2.0 or above. hacking 3.2.0 takes
# care of pyflakes version compatibilty.
pyflakes>=2.1.1
hacking>=6.1.0,<6.2.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0