summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-08-27 08:29:17 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-08-27 08:29:17 +0000
commit34fa5519bd2923caa1b524942e3f30cb6eb85936 (patch)
treeff5b31204ba3c35e4a9133233f20b73d8f9deab3 /test-requirements.txt
parent357081e36655e39e30efc289ae82da28e02d593f (diff)
downloadironic-34fa5519bd2923caa1b524942e3f30cb6eb85936.tar.gz
Updated from global requirements
Change-Id: I60246930eb49e9a04a77a5b9c8b24b0496a7f502
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 2a58e8019..c240f02fc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,7 +5,7 @@ fixtures>=0.3.14
mock>=1.0
Babel>=1.3
MySQL-python
-oslotest
+oslotest>=1.1.0.0a1
psycopg2
python-ironicclient>=0.2.1
python-subunit>=0.0.18
@@ -15,7 +15,7 @@ testtools>=0.9.34
# Doc requirements
sphinx>=1.1.2,!=1.2.0,<1.3
sphinxcontrib-pecanwsme>=0.8
-oslosphinx
+oslosphinx>=2.2.0.0a2
# Required for Nova unit tests in ironic/nova/tests/ and can be removed
# once the driver code lands in Nova.