aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/distrib/python
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-02-05 14:25:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-02-05 14:25:56 -0800
commit5c04760d46f2628a83106d048e732c997fed8801 (patch)
treecae0511bf6d1e2923b30b194b24caf9ac2e1caf1 /test/distrib/python
parentb59b142799fe28482162bc192d6205fcb749c6c4 (diff)
Change default on Python install option
Diffstat (limited to 'test/distrib/python')
-rwxr-xr-xtest/distrib/python/run_distrib_test.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/distrib/python/run_distrib_test.sh b/test/distrib/python/run_distrib_test.sh
index a185bcbc26..2148be121a 100755
--- a/test/distrib/python/run_distrib_test.sh
+++ b/test/distrib/python/run_distrib_test.sh
@@ -52,7 +52,6 @@ pip install --upgrade futures
GRPC_PYTHON_BINARIES_REPOSITORY="${BDIST_DIR}" \
pip install \
- "${SDIST_ARCHIVE}" \
- --install-option="--use-grpc-custom-bdist"
+ "${SDIST_ARCHIVE}"
python distribtest.py