From 311dbd55829fc864cc3c6225598e0a222c4a3358 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 16 Jun 2016 15:06:29 +0100 Subject: [PATCH] Pin test-requirements to match OpenStack requirements A new release of flake8 is causing lint faiures. Stable branches should have requirements pinned anyway. This patch pins to the current stable/mitaka requirements from the OpenStack requirements repository. Change-Id: I150dfa5f5dcf8c24b45917e15e94d41db7b5fb78 --- test-requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index a6cce405..a45faa54 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,9 @@ ansible-lint<=2.3.9 ansible>=1.9.1,<2.0.0,!=1.9.6 -bashate -flake8 +bashate==0.4.0 +flake8>2.4.1,<2.6.0 # this is required for the docs build jobs -sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 -oslosphinx>=2.5.0 # Apache-2.0 +sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 # BSD +oslosphinx>=2.5.0,!=3.4.0 # Apache-2.0 reno>=0.1.1 # Apache-2.0