From d142d36bd5373b2ccab15a3b9c2867b76e73970e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Fri, 17 Jun 2016 12:36:05 +0100 Subject: [PATCH] Pin test-requirements to match OpenStack requirements A new release of flake8 is causing lint faiures. Our requirements should match OpenStack requirements anyway. This patch pins to the current master requirements from the OpenStack requirements repository using global-requirements. Change-Id: I58a66f063e8311f74f3420ed9a8c3ae67ba525c2 --- test-requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index a6cce405..af4d44a5 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.2 # Apache-2.0 +flake8>=2.5.4,<2.6.0 # MIT # 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 -reno>=0.1.1 # 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>=1.6.2 # Apache-2.0