summaryrefslogtreecommitdiffstats
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2015-07-10 23:25:50 -0400
committerThiago da Silva <thiago@redhat.com>2015-07-10 23:32:20 -0400
commit1ec40d0753e7d5185a7fc810df33370330fc6f90 (patch)
treec2b1f1002dcfc152b1d601478b649c44d1dd069c /test-requirements.txt
parentcd6e853a5f7c6faa26822fb7669d16ce57997744 (diff)
fix unit test due to changes in mock
Change-Id: Ica8a7443fa398d9c02e1658700dc067155e0913e Signed-off-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt5
1 files changed, 2 insertions, 3 deletions
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