From ddfdf914a1e3c5599941063389377a74612702ba Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Mon, 29 Aug 2022 23:22:03 +0000 Subject: [PATCH] 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 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dce24df60b..685b045df8 100644 --- a/tox.ini +++ b/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 =