From 5be1cd99f56e75ba6edf88175c830a9f5fe1bdc2 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 4 Jan 2019 22:01:21 +0000 Subject: [PATCH] Pin ansible-lint to < 4 4 explodes all over the place. Let's not deal with that right now. Change-Id: I2c1a8501c696a9c853e6ca0ccb15b369f71a70cd --- test-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 25adbc263..5cce77177 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,7 +12,8 @@ zuul # dependency solver and the uncapped ansible requirement from # ansible-lint pull in the latest version. ansible>=2.5.1,<2.6 # https://review.openstack.org/567007 -ansible-lint +# We need to pin ansible-lint to before 4.0 which blows up all over the place +ansible-lint<4 bashate>=0.2 zuul-sphinx>=0.1.1 stestr>=1.0.0 # Apache-2.0