diff options
author | Craig Tiller <ctiller@google.com> | 2016-02-05 14:25:56 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-02-05 14:25:56 -0800 |
commit | 5c04760d46f2628a83106d048e732c997fed8801 (patch) | |
tree | cae0511bf6d1e2923b30b194b24caf9ac2e1caf1 /test/distrib | |
parent | b59b142799fe28482162bc192d6205fcb749c6c4 (diff) |
Change default on Python install option
Diffstat (limited to 'test/distrib')
-rwxr-xr-x | test/distrib/python/run_distrib_test.sh | 3 |
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 |