Merge "Revert "Only install mock on Python < 3.3""

This commit is contained in:
Jenkins 2016-02-11 06:38:33 +00:00 committed by Gerrit Code Review
commit cdde909488

View File

@ -288,7 +288,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