summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-18 16:03:42 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-18 16:03:42 +0000
commit08237a7699403bdd660bb5e978a9588e3cf75e1d (patch)
treeb74d1f20ceaf30db63bb70a4a4d274cf4ff069d9 /test-requirements.txt
parent078efd543a488b57380380e70ff62fec251d22c0 (diff)
downloadceilometer-08237a7699403bdd660bb5e978a9588e3cf75e1d.tar.gz
Updated from global requirements
Change-Id: I697330940cd49bba859c193c2ebdff9261c61fe8
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 13b6ef83..b868e208 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,14 +12,15 @@ elasticsearch>=1.3.0
fixtures>=1.3.1
happybase!=0.7,>=0.5;python_version=='2.7'
httplib2>=0.7.5
-mock>=1.0
+mock!=1.1.4,>=1.1;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
PyMySQL>=0.6.2 # MIT License
# Docs Requirements
oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.5.1 # Apache-2.0
+oslotest>=1.7.0 # Apache-2.0
oslo.vmware>=0.13.1 # Apache-2.0
psycopg2
-pylint==1.4.1 # GNU GPL v2
+pylint==1.4.4 # GNU GPL v2
pymongo>=3.0.2
python-subunit>=0.0.18
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2