From 7d02557049b31e16e4321a9a1978198bff88dd3b Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Fri, 10 Jul 2015 10:10:44 -0700 Subject: [PATCH] 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. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6d7beb1..16b3642 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ envlist = py26,py27,py33,py34,pypy,cover [testenv] basedeps = keyring - mock + mock==1.0.1 pycrypto==2.6 webtest nose