summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorGordon Chung <chungg@ca.ibm.com>2013-08-20 09:31:52 -0400
committerGordon Chung <chungg@ca.ibm.com>2013-08-20 09:31:52 -0400
commitbd728b3e461b01f9c8e0f349b72142f345cae5b9 (patch)
treedc11bb914e2be757dd6088989591958c07faabe3 /test-requirements.txt
parent7037645c052b4fd91c9a52343c99c0b2fabc27f9 (diff)
downloadpycadf-bd728b3e461b01f9c8e0f349b72142f345cae5b9.tar.gz
update to use global requirements
use global requirements Change-Id: Idbcb7eac95c02d5d8c6f64b573ebfd723affbc91
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e4e171b..0a532e2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,21 +2,21 @@
pep8==1.4.5
pyflakes==0.7.2
flake8==2.0
-hacking>=0.5.3,<0.6
+hacking>=0.5.6,<0.8
discover
-fixtures>=0.3.12
+fixtures>=0.3.14
python-subunit
testrepository>=0.0.17
-testscenarios<0.5
-testtools>=0.9.29
+testscenarios>=0.4,<0.5
+testtools>=0.9.32
WebOb>=1.2.3,<1.3
# when we can require tox>= 1.4, this can go into tox.ini:
# [testenv:cover]
# deps = {[testenv]deps} coverage
-coverage
+coverage>=3.6
# this is required for the docs build jobs
-sphinx
+sphinx>=1.1.2
oslo.sphinx