From 65cd85989cc3ea09d7d7a1a46c175c1f3774bc20 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 24 Apr 2015 11:11:39 -0400 Subject: [PATCH] Add cap for tempest-lib so reqs syncs don't break the world This commit adds a cap on tempest-lib to the next release so that we don't break the world with a change in requirements in a tempest-lib release. Change-Id: I9bf6db45233fa6366e24fac234f55be382458a9c --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 4160a671b3..a892c02481 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -159,7 +159,7 @@ suds>=0.4 suds-jurko>=0.6 taskflow>=0.7.1,<0.8.0 -tempest-lib>=0.4.0 +tempest-lib>=0.4.0,<0.5.0 tooz>=0.13.1,<0.14.0 # Apache-2.0 tripleo-image-elements urllib3>=1.8.3