e21c6138cc
There was a regression introduced in ansible-compat v4 which stopped ansible-lint from working. This was fixed in ansible-lint 6.16.0 but we've pinned it for so long now that there are a lot of rule violations to fix or mark for skipping. In the interim, pin back all new versions of ansible-compat until someone has time to fix things or rip out ansible-lint entirely. Change-Id: I62c3ca8731f237ba19868db5d0388d130ea0f214
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>=4.0.0,<5.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
|