File tree Expand file tree Collapse file tree 2 files changed +0
-56
lines changed
Expand file tree Collapse file tree 2 files changed +0
-56
lines changed Original file line number Diff line number Diff line change 11load ("@io_bazel_rules_go//go:def.bzl" , "go_library" , "go_test" )
2- load ("@io_bazel_rules_go//go/tools/bazel_testing:def.bzl" , "go_bazel_test" )
32
43go_library (
54 name = "grpc" ,
@@ -15,7 +14,6 @@ go_library(
1514go_test (
1615 name = "grpc_test" ,
1716 srcs = [
18- "grpc_test.go" ,
1917 "protoc-gen-grpc-python_test.go" ,
2018 ],
2119 data = [
@@ -25,7 +23,6 @@ go_test(
2523 deps = [
2624 ":grpc" ,
2725 "//pkg/plugintest" ,
28- "@io_bazel_rules_go//go/tools/bazel_testing:go_default_library" ,
2926 ],
3027)
3128
@@ -45,12 +42,6 @@ genrule(
4542 tools = ["@com_github_grpc_grpc//src/compiler:grpc_python_plugin" ],
4643)
4744
48- go_bazel_test (
49- name = "bazel_test" ,
50- srcs = ["grpc_test.go" ],
51- rule_files = [],
52- )
53-
5445filegroup (
5546 name = "all_files" ,
5647 testonly = True ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments