aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Alex Polcyn <apolcyn@google.com>2018-02-12 23:13:13 +0000
committerGravatar Alexander Polcyn <apolcyn@google.com>2018-02-14 14:06:00 -0800
commitaa56034b585be1d02eb77cbbe881f1d9833d9da7 (patch)
treeff859a21cf6a8b5d6f1984a1e44efcb1124e6ea6 /WORKSPACE
parent86accb1768cc860a7579bb5fff9bd3c2ba7274af (diff)
Add python bazel deps needed to run resolver component tests
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE3
1 files changed, 2 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index adce809162..8b68c0d2b1 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,4 +1,5 @@
workspace(name = "com_github_grpc_grpc")
-load("//bazel:grpc_deps.bzl", "grpc_deps")
+load("//bazel:grpc_deps.bzl", "grpc_deps", "grpc_test_only_deps")
grpc_deps()
+grpc_test_only_deps()