Merge pull request #15412 from kpayson64/fix_gevent_tests

Pin gevent
pull/15424/head
Jan Tattermusch 7 years ago committed by GitHub
commit ce0faaf323
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      tools/run_tests/helper_scripts/build_python.sh

@ -150,7 +150,8 @@ pip_install_dir() {
case "$VENV" in case "$VENV" in
*gevent*) *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.b1
;; ;;
esac esac

Loading…
Cancel
Save