summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-10 20:43:19 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-10 20:43:19 +0000
commit6dda4a751f7a8dda118963b37f4e4e1c5e13ac0f (patch)
tree7515b5e35f26c22a4b4ec1fabbd25bc8f04b5646 /test-requirements.txt
parentc7b31385ac3616060ef0f2188fb724191caad03c (diff)
downloadoslo-messaging-6dda4a751f7a8dda118963b37f4e4e1c5e13ac0f.tar.gz
Updated from global requirements
Change-Id: If68c8e463dc6f2b8118bb66626b5a73d81053b5d
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 66359de..229cd4d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,8 @@ hacking<0.11,>=0.10.0
discover
fixtures>=1.3.1
-mock>=1.0
+mock>=1.0;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
mox3>=0.7.0
python-subunit>=0.0.18
testrepository>=0.0.18