aboutsummaryrefslogtreecommitdiff
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorVignesh Babu <vigneshbabu@google.com>2023-07-24 12:02:02 -0700
committerGitHub <noreply@github.com>2023-07-24 12:02:02 -0700
commit087b74f739a269e436822b17ac38e62cf3b5d74e (patch)
tree71e7f7c9d6f3c3c6274df84d0ea20bbed13a0bf5 /tools/run_tests/helper_scripts
parent035d27924bf0c9b1d069e823e1df1da34babf151 (diff)
downloadgrpc-grpc-087b74f739a269e436822b17ac38e62cf3b5d74e.tar.gz
Revert "Revert "[interop] Add absl dependency to interop server"" #33828 (#33830)
Reverts https://github.com/grpc/grpc/pull/33676 The serve method needs to be called with args. The previous attempt did not change the signature in commands.py which lead to errors such as https://screenshot.googleplex.com/6wZVER9ZETMGAmA. The fix is in https://github.com/grpc/grpc/pull/33830/commits/4e211d02914fa9886ea1283442a9a6f6a54a61bd
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 5057b642c9..b2a9e91c7c 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -209,7 +209,7 @@ pip_install_dir "$ROOT/src/python/grpcio_testing"
# Build/install tests
pip_install coverage==4.4 oauth2client==4.1.0 \
google-auth>=1.17.2 requests==2.14.2 \
- googleapis-common-protos>=1.5.5 rsa==4.0
+ googleapis-common-protos>=1.5.5 rsa==4.0 absl-py==1.4.0
$VENV_PYTHON "$ROOT/src/python/grpcio_tests/setup.py" preprocess
$VENV_PYTHON "$ROOT/src/python/grpcio_tests/setup.py" build_package_protos
pip_install_dir "$ROOT/src/python/grpcio_tests"