zuul-jobs/linters-requirements.txt
Ian Wienand aa85e13138 ansible-lint: pin to < 6.5
The new 6.5 release seems to have some issues with our code base (see
linked issue).  Pin to 6.4 for now.

Change-Id: I9516314f7bd2924bd50456a3f850f6151678e95f
2022-08-29 11:07:31 +10:00

9 lines
345 B
Plaintext

# linters have different requirements than test ones, some would
# conflict, like ansible version required by ansible-lint.
ansible>=2.9,<2.11 # required by ansible-lint
flake8
yamllint>=1.23.0
# 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330
# 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320
ansible-lint>6.0.0,<6.5.0