aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/helper_scripts
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2017-07-25 19:29:32 -0700
committerGravatar GitHub <noreply@github.com>2017-07-25 19:29:32 -0700
commitb414268580dc0a81b5a2c84d3310bceeec6530ae (patch)
tree33241a23811f4cb6d1856a98fea7d3e65355b859 /tools/run_tests/helper_scripts
parent0b0888c930092af22e16f50bf66c47fc5cb44c44 (diff)
parent69b7231776dc42c87abad33430c66e7b302bf00c (diff)
Merge pull request #11901 from nathanielmanistaatgoogle/grpc_testing
gRPC Python test infrastructure.
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-xtools/run_tests/helper_scripts/build_python.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/run_tests/helper_scripts/build_python.sh b/tools/run_tests/helper_scripts/build_python.sh
index 1c1034e475..be650553dc 100755
--- a/tools/run_tests/helper_scripts/build_python.sh
+++ b/tools/run_tests/helper_scripts/build_python.sh
@@ -171,6 +171,9 @@ $VENV_PYTHON $ROOT/src/python/grpcio_reflection/setup.py preprocess
$VENV_PYTHON $ROOT/src/python/grpcio_reflection/setup.py build_package_protos
pip_install_dir $ROOT/src/python/grpcio_reflection
+# Install testing
+pip_install_dir $ROOT/src/python/grpcio_testing
+
# Build/install tests
$VENV_PYTHON -m pip install coverage==4.4 oauth2client==4.1.0 \
google-auth==1.0.0 requests==2.14.2