Skip to content

Commit 39ee5db

Browse files
committed
Remove go_bazel_test (was not adding much)
1 parent 03582a1 commit 39ee5db

File tree

2 files changed

+0
-56
lines changed

2 files changed

+0
-56
lines changed

pkg/plugin/grpc/grpc/BUILD.bazel

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
load("@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

43
go_library(
54
name = "grpc",
@@ -15,7 +14,6 @@ go_library(
1514
go_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-
5445
filegroup(
5546
name = "all_files",
5647
testonly = True,

pkg/plugin/grpc/grpc/grpc_test.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)