Bump hacking to 7.0.x

Also remove outdated warning about package order and remove pyflakes
requirement, as described in the comment.

Also disable the failing stable/2023.1 job, which will be removed in
another change.

Change-Id: I60c34d04f0a6773435504e585e3afe468973a921
This commit is contained in:
Pierre Riteau 2025-01-21 11:05:47 +01:00
parent 25161af70d
commit e91aec47ee
2 changed files with 2 additions and 11 deletions

@ -14,7 +14,7 @@
- cloudkitty-tempest-full-v2-storage-influxdb-2024-2
- cloudkitty-tempest-full-v2-storage-influxdb-2024-1
- cloudkitty-tempest-full-v2-storage-influxdb-2023-2
- cloudkitty-tempest-full-v2-storage-influxdb-2023-1
#- cloudkitty-tempest-full-v2-storage-influxdb-2023-1
gate:
jobs: *cloudkitty_tempest_jobs

@ -1,13 +1,4 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=1.1.0,<3.0.1 # 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 # MIT
hacking>=7.0.0,<7.1.0 # Apache-2.0
coverage>=4.0,!=4.4 # Apache-2.0
python-subunit>=0.0.18 # Apache-2.0/BSD
oslotest>=1.10.0 # Apache-2.0