From 9a4a3e9f6d6eff528ce8ad61cfdbe8c8a3f5ba35 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Tue, 24 Feb 2015 15:54:59 -0500 Subject: [PATCH] Use a development checkout of oauth2client in regresion3. Allows us to work on more issues until a release is available that fixes https://github.com/google/oauth2client/issues/125. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 13cb65bf8665..5d767ed9b5b9 100644 --- a/tox.ini +++ b/tox.ini @@ -74,4 +74,7 @@ commands = {toxinidir}/scripts/run_regression.sh deps = unittest2 +# Use a development checkout of oauth2client until a release is made +# which fixes https://github.com/google/oauth2client/issues/125 + -egit+https://github.com/google/oauth2client.git#egg=oauth2client protobuf==3.0.0-alpha-1