From f092e356ac311b75092102966af8861ca373e25f Mon Sep 17 00:00:00 2001 From: Longgeek Date: Mon, 30 Jun 2014 19:30:52 +0800 Subject: [PATCH] Match global requirements Upgrade the testrepository and testtools modules version Change-Id: Iab86cac3cd02f6363c6ac4e96a1d189ae7f6b1cf --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d346e09..18f8ce1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,5 +9,5 @@ mock>=1.0 python-subunit # sphinx>=1.1.2,<1.2 # sphinxcontrib-httpdomain -testrepository>=0.0.17 -testtools>=0.9.32 +testrepository>=0.0.18 +testtools>=0.9.34