Update the Python dependency for xDS interop test (#26024)

`xds-protos` includes all the generated Python files for Envoy protos, which is required by Envoy.
reviewable/pr26029/r1
Lidi Zheng 4 years ago committed by GitHub
parent 71578bf931
commit 3625d9f75e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/run_tests/helper_scripts/prep_xds.sh

@ -20,7 +20,7 @@ cd "$(dirname "$0")/../../.."
sudo apt-get install -y python3-pip
sudo python3 -m pip install --upgrade pip
sudo python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 google-api-python-client google-auth-httplib2 oauth2client
sudo python3 -m pip install grpcio==1.31.0 grpcio-tools==1.31.0 google-api-python-client google-auth-httplib2 oauth2client xds-protos
# Prepare generated Python code.
TOOLS_DIR=tools/run_tests

Loading…
Cancel
Save