Merge "Try to avoid future attempts to 'fix' usage of mock"

This commit is contained in:
Jenkins 2016-02-16 21:47:28 +00:00 committed by Gerrit Code Review
commit fdc66c088e

View File

@ -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