diff options
Diffstat (limited to 'test/cpp/naming/BUILD')
-rw-r--r-- | test/cpp/naming/BUILD | 3 |
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", ] |