From ac4b7bf1f0c9ce4a021788d517f2c155474d6b84 Mon Sep 17 00:00:00 2001 From: Robert Collins Date: Fri, 12 Feb 2016 13:02:53 +1300 Subject: [PATCH] Try to avoid future attempts to 'fix' usage of mock Change-Id: Iff09ab8c5ee4c2f0cf88596f084d6b5b340be8d8 --- global-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/global-requirements.txt b/global-requirements.txt index 6bec728523..4145083e06 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -288,6 +288,8 @@ kafka-python>=0.9.2 # Apache-2.0 keyring>=5.5.1 # MIT/PSF ldappool>=1.0;python_version=='2.7' # MPL mimic>=2.0.0 # Apache-2.0 +# Do not make mock conditional on Python version: we depend on newer code than +# in [most] releases of the Python std library. mock>=1.2 # BSD mox>=0.5.3 # Apache-2.0 mox3>=0.7.0 # Apache-2.0