From 1ec40d0753e7d5185a7fc810df33370330fc6f90 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Fri, 10 Jul 2015 23:25:50 -0400 Subject: fix unit test due to changes in mock Change-Id: Ica8a7443fa398d9c02e1658700dc067155e0913e Signed-off-by: Thiago da Silva --- test-requirements.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 7031033..4ddce0f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,10 +1,9 @@ # Hacking already pins down pep8, pyflakes and flake8 -hacking>=0.5.6,<0.6 +hacking>=0.8.0,<0.9 coverage nose nosexcover openstack.nose_plugin nosehtmloutput sphinx>=1.1.2 -mock>=0.8.0 -loremipsum +mock>=1.0 -- cgit