From 43f9b5d9ca18bd59336ffd9f5a4ffa9d5d0ba740 Mon Sep 17 00:00:00 2001 From: Travis Truman Date: Tue, 15 Mar 2016 11:44:27 -0400 Subject: [PATCH] pin version of ansible-lint we use for testing Latest release of ansible-lint 2.4.0 has broken role linter tasks by introducing a dependency on openstack-ansible-plugins for all linting While we may choose to adapt the linter tox env in the future, for now we want to return to previous linter behavior. Change-Id: Ia29329f41aebe67c9918b798a4d6003b93ac3bc2 --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8ebdd06a..3422d65c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ansible-lint +ansible-lint<=2.3.9 ansible>=1.9.1,<2.0.0 bashate flake8