summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Podoliaka <rpodolyaka@mirantis.com>2015-07-21 13:07:24 +0300
committerRoman Podoliaka <rpodolyaka@mirantis.com>2015-07-21 16:28:48 +0300
commit40acac6f9cd55ece96084fec6b2508e693b6f310 (patch)
tree028f4e85ca1045a90ada33b95dfa0d62182811ba
parent88277a07d304a1f88fc08d44917852a46e2bd857 (diff)
downloadoslo-db-40acac6f9cd55ece96084fec6b2508e693b6f310.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. Closes-Bug: #1476665 (cherry-picked from a21111d97151ca8d84c3bf4dd779374bfb0c83ed) Change-Id: Id734c3d7b7ef1ab8d97a13edb1de006c029c22a0
-rw-r--r--test-requirements-py2.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements-py2.txt b/test-requirements-py2.txt
index 24c3b46..639c8c0 100644
--- a/test-requirements-py2.txt
+++ b/test-requirements-py2.txt
@@ -9,6 +9,7 @@ discover
doc8 # Apache-2.0
fixtures>=0.3.14
MySQL-python
+mock>=1.0,<1.1.0
psycopg2
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3