pull/15412/head
kpayson64 7 years ago
parent 6dcb2f7333
commit f7fcb86bcb
  1. 3
      tools/run_tests/helper_scripts/build_python.sh

@ -159,7 +159,8 @@ pip_install_dir() {
case "$VENV" in
*gevent*)
$VENV_PYTHON -m pip install gevent
# TODO(https://github.com/grpc/grpc/issues/15411) unpin this
$VENV_PYTHON -m pip install gevent==1.3.b2
;;
esac

Loading…
Cancel
Save