From 74f94beafe253c2662fae709ea807e87802cf183 Mon Sep 17 00:00:00 2001 From: Eric Brown Date: Thu, 11 Feb 2016 00:41:37 +0000 Subject: [PATCH] Revert "Only install mock on Python < 3.3" This reverts commit 2487312893d4401cd69bdc015e67a448183b78bf. Several projects are affected by the conditional install of the mock module. The namespace in py34 is "unittest.mock" not just "mock". Some projects unaffected are because mock is installed via a dependency of oslotests. Closes-Bug: #1544377 Change-Id: I13bbd81acc4b702c59247612e8833009002e9825 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index c6aa4b3305..f7d74cf49b 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -282,7 +282,7 @@ 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 -mock>=1.2;python_version<'3.3' # BSD +mock>=1.2 # BSD mox>=0.5.3 # Apache-2.0 mox3>=0.7.0 # Apache-2.0 MySQL-python;python_version=='2.7' # GPL