aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-05-16 15:12:23 -0700
committerGravatar kpayson64 <kpayson@google.com>2018-05-16 15:12:23 -0700
commit85e3222a50b70957d88446c2cd0455c00a50177f (patch)
tree8ed298bfe6ebe1d19247c2803c348b6b56de5791 /tools/run_tests/helper_scripts
parentf7fcb86bcb5936110e7c04d26435b92175fa8c38 (diff)
Changes
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 641034c539..f93c86a97a 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -160,7 +160,7 @@ pip_install_dir() {
case "$VENV" in
*gevent*)
# TODO(https://github.com/grpc/grpc/issues/15411) unpin this
- $VENV_PYTHON -m pip install gevent==1.3.b2
+ $VENV_PYTHON -m pip install gevent==1.3.a2
;;
esac