aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts/build_python.sh
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-05-10 17:01:38 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-05-12 11:11:21 -0700
commit937d96d0518a7e586c40a6ccfc41c7a30fb048f0 (patch)
treed1616602e6880542ff416efd377949958c30e709 /tools/run_tests/helper_scripts/build_python.sh
parentf8ca8e65336f4328a9d32fc67da8f4619f2e6523 (diff)
Update Python interop tests to use google-auth package
The oauth2client test dependency is still needed as it used by the beta API unit tests.
Diffstat (limited to 'tools/run_tests/helper_scripts/build_python.sh')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 28397be13e..6ad285cdb9 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -187,7 +187,8 @@ $VENV_PYTHON $ROOT/src/python/grpcio_reflection/setup.py build_package_protos
pip_install_dir $ROOT/src/python/grpcio_reflection
# Build/install tests
-$VENV_PYTHON -m pip install coverage oauth2client
+$VENV_PYTHON -m pip install coverage==4.4 oauth2client==4.1.0 \
+ google-auth==1.0.0 requests==2.14.2
$VENV_PYTHON $ROOT/src/python/grpcio_tests/setup.py preprocess
$VENV_PYTHON $ROOT/src/python/grpcio_tests/setup.py build_package_protos
pip_install_dir $ROOT/src/python/grpcio_tests