From 7fdfe583a3b362099bdaf6f91f042941ae4ea7c1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Sat, 5 Jan 2019 00:37:30 +0000 Subject: [PATCH] Pin ansible-lint to <4 While we deal with the fallout. Change-Id: I96bf361452cc3a3e277d2187d88449bd46de0d0d --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 028615d6..0d618d0d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,6 +6,6 @@ hacking>=0.12.0,<0.13 # Apache-2.0 zuul ansible<2.4.0 -ansible-lint +ansible-lint<4 bashate>=0.2 zuul-sphinx>=0.2.0