From a90aa3e4435a6124284260094b3e875c7bc9c96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Wed, 19 Aug 2020 09:19:33 +0200 Subject: [PATCH] Skip broken ansible-lint See [1]. [1] https://github.com/ansible/ansible-lint/issues/969 Change-Id: I5ac8f20a2157d880b63a4c70bf6c782d06014f41 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index ee9d561e30..28dcb69dda 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ # linting -ansible-lint>=4.2.0 # MIT +ansible-lint>=4.2.0,!=4.3.0 # MIT bandit>=1.1.0 # Apache-2.0 bashate>=0.5.1 # Apache-2.0 doc8>=0.6.0 # Apache-2.0