aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-05-16 16:56:13 -0700
committerGravatar kpayson64 <kpayson@google.com>2018-05-16 16:56:13 -0700
commita9508cf24bfd364aa7295cbb922a9d7287aeb87e (patch)
tree75526dd4907e9f8998cfbcabbc378ded93068317 /tools/run_tests/helper_scripts
parent85e3222a50b70957d88446c2cd0455c00a50177f (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 f93c86a97a..7542345f2e 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.a2
+ $VENV_PYTHON -m pip install gevent==1.3.b1
;;
esac