Match the ansible-lint <6.5 pin from zuul-jobs
We try to test our job content with the same ansible-lint versions used by the zuul/zuul-jobs repository. Adjust our exclusions to match what it's using, for consistency and ease of future maintenance. Change-Id: I2300e8950780245a38f68ce9cc5aa5ff62e65e40
This commit is contained in:
parent
a87b6d69f5
commit
ddfdf914a1
4
tox.ini
4
tox.ini
@ -24,7 +24,9 @@ deps =
|
||||
# things from a later ansible that would actually fail in
|
||||
# production.
|
||||
ansible>=5,<6
|
||||
ansible-lint>=6.3.0,!=6.5.0,!=6.5.1,<7.0.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
|
||||
hacking>=4.0.0,<5.0.0
|
||||
bashate>=0.2
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user