From a21111d97151ca8d84c3bf4dd779374bfb0c83ed Mon Sep 17 00:00:00 2001 From: Roman Podoliaka Date: Tue, 21 Jul 2015 13:05:15 +0300 Subject: 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 --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-requirements.txt') 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 -- cgit v1.2.1