From 85e3222a50b70957d88446c2cd0455c00a50177f Mon Sep 17 00:00:00 2001 From: kpayson64 Date: Wed, 16 May 2018 15:12:23 -0700 Subject: [PATCH] Changes --- tools/run_tests/helper_scripts/build_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh index 641034c5396..f93c86a97ac 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