From 46838fbda8faf1e203a929b057305d9571db0afe Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Thu, 25 Aug 2022 19:44:26 -0700 Subject: [PATCH] Exclude ansible-lint 6.5.1 also. ansible-lint introduced a regression as described in "Don't use ansible-lint 6.5.0" I1770e034772b55b993d276d580c5a75d059bd822 the fix is still in draft and 6.5.1 has been released so lets skip that too Change-Id: I641a1246f870869153df782381fd9dafa180da26 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dd1bb281e4..85418a62a5 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,7 @@ deps = # things from a later ansible that would actually fail in # production. ansible>=5,<6 - ansible-lint>=6.3.0,!=6.5.0,<7.0.0 + ansible-lint>=6.3.0,!=6.5.0,!=6.5.1,<7.0.0 hacking>=4.0.0,<5.0.0 bashate>=0.2 commands =