From 690761d3b28585e42658c36fbb13ed55ab009791 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 18 Dec 2018 12:21:09 -0800 Subject: [PATCH] Cap ansible-lint at < 4.0.0 The 4.0.0 release of ansible lint adds a bunch of new checks that we'll need to cleanup at a measured pace. Cap for now. Change-Id: Ide87f1aa002482f0c7f8466e07af45ddf351eccc --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 229881d9bb..170f24c270 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,7 +4,7 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 bashate>=0.2 # Apache-2.0 PyYAML>=3.10.0 # MIT -ansible-lint +ansible-lint<4.0.0 openstacksdk zuul-sphinx>=0.2.3 testtools