From 7ec1e73d6aab37ecc7fae3553bc309addc18c1fe Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 2 Jun 2016 21:10:45 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I39aadb58d8c75746d33cec62d7742415b92a1b68 --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 14b8a6c..e4b24c3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ hacking<0.11,>=0.10.0 discover # BSD -fixtures<2.0,>=1.3.1 # Apache-2.0/BSD +fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=0.0.18 # Apache-2.0/BSD testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD @@ -18,7 +18,7 @@ oslotest>=1.10.0 # Apache-2.0 # mocking framework -mock>=1.2 # BSD +mock>=2.0 # BSD # rootwrap daemon's client should be verified to run in eventlet eventlet!=0.18.3,>=0.18.2 # MIT