aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/internal_ci/helper_scripts/prepare_build_macos_rc
diff options
context:
space:
mode:
authorGravatar apolcyn <apolcyn@google.com>2017-09-15 12:38:03 -0700
committerGravatar GitHub <noreply@github.com>2017-09-15 12:38:03 -0700
commit39e4fda0c8e25457fdda4bb3af33b5445a3e6a2f (patch)
tree24f0ffb1eec83af0cc237fef3a85ab7bd03a8808 /tools/internal_ci/helper_scripts/prepare_build_macos_rc
parent788ea1c24fa9c6a20104ca47fcddca6b7cab1fb6 (diff)
parent27bf05d003f48e6f95b836a5e5450e4bb787f9ef (diff)
Merge pull request #12210 from apolcyn/local_dns_server
Run a local DNS server in run_tests and add c-ares tests with it
Diffstat (limited to 'tools/internal_ci/helper_scripts/prepare_build_macos_rc')
-rw-r--r--tools/internal_ci/helper_scripts/prepare_build_macos_rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
index ae91a6a6d2..bec529f85e 100644
--- a/tools/internal_ci/helper_scripts/prepare_build_macos_rc
+++ b/tools/internal_ci/helper_scripts/prepare_build_macos_rc
@@ -53,7 +53,7 @@ pod repo update # needed by python
# python
brew install coreutils # we need grealpath
pip install virtualenv --user python
-pip install -U six tox setuptools --user python
+pip install -U six tox setuptools twisted pyyaml --user python
export PYTHONPATH=/Library/Python/3.4/site-packages
# set xcode version for Obj-C tests