From 109c7dbc23672484e8b7481515c7675dd0c9b866 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 7 Sep 2022 18:41:43 +0000 Subject: [PATCH] Correct inline comment about ansible-lint pin It's https://github.com/ansible/ansible-lint/issues/2320 which is blocking our use of newer ansible-lint (though it's worth revisiting whether testing with ansible-lint is still of any real value). Change-Id: Ie3e42df7f90e5349bf1513e8896b1d5e16125b42 --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 685b045df8..a5fde2e0bc 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,7 @@ deps = # things from a later ansible that would actually fail in # production. ansible>=5,<6 - # 6.5.0 : https://github.com/ansible/ansible-lint/issues/2330 - # 6.5.1 : https://github.com/ansible/ansible-lint/issues/2320 + # pin until https://github.com/ansible/ansible-lint/issues/2320 is fixed ansible-lint>=6.0.0,<6.5.0 hacking>=4.0.0,<5.0.0 bashate>=0.2