From fc41323e224beab253c36f1087cf6452632fece2 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Sat, 21 Mar 2015 00:17:07 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I04ec9ff0b6a961bce9a620c16e3efaada5ec8e45 --- test-requirements-py3.txt | 2 +- test-requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index f0c388c..bb061d3 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -23,5 +23,5 @@ mock>=1.0 # not available for Python 3.x # eventlet>=0.13.0 -oslotest>=1.2.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4b0b51a..8549ecf 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13,12 +13,12 @@ testtools>=0.9.36,!=1.2.0 # this is required for the docs build jobs sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.2.0 # Apache-2.0 -oslotest>=1.2.0 # Apache-2.0 +oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 +oslotest>=1.5.1,<1.6.0 # Apache-2.0 # mocking framework mock>=1.0 # rootwrap daemon's client should be verified to run in eventlet -eventlet>=0.16.1 +eventlet>=0.16.1,!=0.17.0