6ced4627bd
Pin ansible-lint<6.5 for now due to the https://github.com/ansible/ansible-lint/issues/2320 regression which ignores our skip tags. Also add the zuul.d directory to the list of directories to avoid linting, since those YAML files aren't Ansible files and it doesn't seem to know not to try parsing them anyway. While we're here, "fix" a task name not starting with an upper-case letter, which for some reason ansible-lint now seems to think is important. If we decide to continue using ansible-lint, it's probably going to persist in complaining about that. Change-Id: I46826210dfa4442af5c36d1439d1a1047ca0ba90
12 lines
405 B
Plaintext
12 lines
405 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 until https://github.com/ansible/ansible-lint/issues/2320 is fixed
|
|
ansible-lint>=6,<6.5
|
|
bashate>=0.2
|