Merge "Bump hacking"

This commit is contained in:
Zuul 2024-01-22 07:51:51 +00:00 committed by Gerrit Code Review
commit 5a484926ad
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