From 9e37e08e3fb842725bd87120404a5a19d33cb3e9 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 5 Nov 2014 08:36:44 +0000 Subject: [PATCH] Updated from global requirements Change-Id: If7399885039e24dc26c16ed695d59459070dc521 --- test-requirements-py3.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt index 06c3336c8..78a054c9a 100644 --- a/test-requirements-py3.txt +++ b/test-requirements-py3.txt @@ -8,7 +8,7 @@ hacking>=0.8.0,<0.9 mock>=1.0 # Backends -redis +redis>=2.10.0 # Unit testing ddt>=0.4.0 @@ -16,7 +16,7 @@ discover fixtures>=0.3.14 python-subunit>=0.0.18 testrepository>=0.0.18 -testtools>=0.9.34 +testtools>=0.9.36 # Functional Tests requests>=2.2.0,!=2.4.0 diff --git a/test-requirements.txt b/test-requirements.txt index da2837ff4..4c47ba2ca 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,7 +8,7 @@ hacking>=0.9.2,<0.10 mock>=1.0 # Backends -redis +redis>=2.10.0 pymongo>=2.5 # Unit testing @@ -18,7 +18,7 @@ discover fixtures>=0.3.14 python-subunit>=0.0.18 testrepository>=0.0.18 -testtools>=0.9.34 +testtools>=0.9.36 # Functional Tests requests>=2.2.0,!=2.4.0