
Also pin the openstack-zuul-jobs-linters job to run on ubuntu-jammy, since an ansible bump is needed to run on noble with python3.12 and that in turn introduces further failures. Change-Id: Id987390f5749657ce6867bb423893cf3f174eb78
13 lines
422 B
Plaintext
13 lines
422 B
Plaintext
# 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>=7.0.0,<8.0.0 # Apache-2.0
|
|
|
|
# ansible-lint requires ansible>=2.9
|
|
ansible>=5,<6
|
|
# pin these two until someone has time to update all our skips to >=6.16
|
|
ansible-lint>=6,<6.5
|
|
ansible-compat<4
|
|
bashate>=0.2
|