summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2015-07-10 08:10:30 -0700
committerTim Burke <tim.burke@gmail.com>2015-07-10 13:56:48 -0700
commit87c0a839888123c8a1b5d0ec061e244bfc3e044c (patch)
tree395da1755d4b4c394b60aa4f4f975eb56c45153d /test-requirements.txt
parent92b82777523b0858d6f20fc49ea60f7edebb2dca (diff)
downloadpython-swiftclient-87c0a839888123c8a1b5d0ec061e244bfc3e044c.tar.gz
Update mock requirements
The last version supporting python 2.6 was 1.0.1. Change-Id: Ib7d51157f9654d240cdd67a0a1e6fcb14a70c84a
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 3c80411..909cb04 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -2,7 +2,8 @@ hacking>=0.10.0,<0.11
coverage>=3.6
discover
-mock>=1.0
+mock>=1.0;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
oslosphinx
python-keystoneclient>=0.7.0
sphinx>=1.1.2,<1.2