Pinning mock at version 1.0.1.

Upgrading to both 1.1.0 and 1.1.1 causes unexplained failures
that need to be investigated. This is a stop-gap measure
to keep the tests passing and the changelog of `mock` will
need to be inspected.

See https://travis-ci.org/google/oauth2client/builds/70413246 for
an example failure.
This commit is contained in:
Danny Hermes
2015-07-10 10:10:44 -07:00
parent 5b1b51e49a
commit 7d02557049

View File

@@ -3,7 +3,7 @@ envlist = py26,py27,py33,py34,pypy,cover
[testenv]
basedeps = keyring
mock
mock==1.0.1
pycrypto==2.6
webtest
nose