Merge "Raise mock requirement to 2.0"

This commit is contained in:
Jenkins 2016-05-26 16:55:33 +00:00 committed by Gerrit Code Review
commit 2d2d21d012

View File

@ -314,7 +314,7 @@ ldappool>=2.0.0 # 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
mock>=2.0 # BSD
mox>=0.5.3 # Apache-2.0
mox3>=0.7.0 # Apache-2.0
MySQL-python;python_version=='2.7' # GPL with FOSS exception