summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2015-07-21 13:05:15 +0300
committerRoman Podoliaka <rpodolyaka@mirantis.com>2015-07-21 16:23:54 +0300
commita21111d97151ca8d84c3bf4dd779374bfb0c83ed (patch)
treec11bb7549be79d431877ec74d736005c66dc3ed2 /test-requirements.txt
parent112aa3dd00551c832d8e74d021ad5f06d39af4b9 (diff)
downloadoslo-db-a21111d97151ca8d84c3bf4dd779374bfb0c83ed.tar.gz
Add mock to test-requirements.txt
Mention mock explicitly rather than relying on it to be installed as a transitive dependency, so that we have control on the mock versions allowed. Partial-Bug: #1476665 Change-Id: Id734c3d7b7ef1ab8d97a13edb1de006c029c22a0
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 974fde4..c58cbea 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9,6 +9,8 @@ discover
doc8 # Apache-2.0
eventlet>=0.17.4
fixtures>=1.3.1
+mock>=1.1,!=1.1.4;python_version!='2.6'
+mock==1.0.1;python_version=='2.6'
PyMySQL>=0.6.2 # MIT License
psycopg2
python-subunit>=0.0.18