aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/naming')
-rw-r--r--test/cpp/naming/BUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/cpp/naming/BUILD b/test/cpp/naming/BUILD
index 24c3d1a443..a8fa0a078a 100644
--- a/test/cpp/naming/BUILD
+++ b/test/cpp/naming/BUILD
@@ -37,10 +37,11 @@ grpc_sh_binary(
grpc_py_binary(
name = "test_dns_server",
srcs = ["test_dns_server.py"],
+ testonly = True,
data = [
"resolver_test_record_groups.yaml",
],
- deps = [
+ external_deps = [
"twisted",
"yaml",
]