aboutsummaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2015-07-10 10:10:44 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2015-07-10 10:10:44 -0700
commit7d02557049b31e16e4321a9a1978198bff88dd3b (patch)
tree744f364dc6ccb9adc9a687d78d7f211c62ecd597 /tox.ini
parent5b1b51e49a7e367df84688edda862c59c32692b7 (diff)
downloadoauth2client-7d02557049b31e16e4321a9a1978198bff88dd3b.tar.gz
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.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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