Pin isort to fix sanity test breakage

pull/23395/head
Richard Belleville 5 years ago
parent 461a76fa41
commit a4ca41960c
  1. 4
      tools/distrib/pylint_code.sh

@ -40,7 +40,9 @@ python3 -m virtualenv $VIRTUALENV -p $(which python3)
PYTHON=$VIRTUALENV/bin/python
$PYTHON -m pip install --upgrade pip==19.3.1
$PYTHON -m pip install --upgrade astroid==2.3.3 pylint==2.2.2
# TODO(https://github.com/grpc/grpc/issues/23394): Update Pylint.
$PYTHON -m pip install --upgrade astroid==2.3.3 pylint==2.2.2 "isort>=4.3.0,<5.0.0"
EXIT=0
for dir in "${DIRS[@]}"; do

Loading…
Cancel
Save