aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar Matt Kwong <mattkwong@google.com>2018-04-06 15:37:37 -0700
committerGravatar Matt Kwong <mattkwong@google.com>2018-04-06 15:37:37 -0700
commit4598eb8a7a631648d538dd9016062b62d2176665 (patch)
tree19cb6b819cea42191a35c33cfcdb4f33256ec561 /tools/run_tests/helper_scripts
parent1617a64dc2f264cf0e6721e6d053607793453f04 (diff)
Update pip pin from 9.0.1 to 9.0.2
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 e6d0fdf7e4..0b5d3316ad 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -158,7 +158,7 @@ case "$VENV" in
;;
esac
-$VENV_PYTHON -m pip install --upgrade pip
+$VENV_PYTHON -m pip install --upgrade pip==9.0.2
$VENV_PYTHON -m pip install setuptools
$VENV_PYTHON -m pip install cython
$VENV_PYTHON -m pip install six enum34 protobuf futures