diff options
author | apolcyn <apolcyn@google.com> | 2018-03-06 16:23:25 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-06 16:23:25 -0800 |
commit | 14b470ac8f59ab1dc88c53335efa84f4849f3fa9 (patch) | |
tree | 12a65b0e29941f83a2d88d9a0f23b5d8e7047098 /test/cpp | |
parent | 237768893f32ba751701c8ac4960f39b1d78926a (diff) | |
parent | 092f19947426d74a8b992072e3a9805c3885eada (diff) |
Merge pull request #14609 from apolcyn/cleanup_grpc_py_binary
Clean up grpc_py_binary build rule
Diffstat (limited to 'test/cpp')
-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", ] |