From c8afe1b563a767ff8ac42ace1f5ddc338a027038 Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Tue, 19 Sep 2017 22:10:31 -0400 Subject: [PATCH] Pin ansible<2.4 in test-requirements for ansible-lint Otherwise ansible-lint picks up the latest version, 2.4, which makes the linters job horribly fail for the time being. Change-Id: I31f9aea554b3853a4b9bc0af9a24c4f5c5388c22 --- test-requirements.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index a68ae01e5..37ed69c30 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,6 +5,9 @@ pep8 pyflakes flake8 +# We need to pin Ansible to <2.4 until Zuul supports it, otherwise ansible-lint +# picks the latest version which is not known to work yet. +ansible<2.4 ansible-lint bashate>=0.2 zuul-sphinx>=0.1.1