Skip to content

Commit 9d2f985

Browse files
committed
Revert "Bazel rules for gRPC Python interop tests"
This reverts commit 9172775.
1 parent 45e8ada commit 9d2f985

File tree

4 files changed

+0
-130
lines changed

4 files changed

+0
-130
lines changed

requirements.bazel.txt

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ wheel>=0.29
88
futures>=2.2.0
99
google-auth>=1.0.0
1010
oauth2client==4.1.0
11-
requests>=2.14.2

src/proto/grpc/testing/BUILD

-23
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,6 @@ grpc_proto_library(
6464
has_services = False,
6565
)
6666

67-
py_proto_library(
68-
name = "py_messages_proto",
69-
protos = ["messages.proto",],
70-
with_grpc = True,
71-
deps = [
72-
requirement('protobuf'),
73-
],
74-
)
75-
7667
grpc_proto_library(
7768
name = "metrics_proto",
7869
srcs = ["metrics.proto"],
@@ -125,17 +116,3 @@ grpc_proto_library(
125116
"messages_proto",
126117
],
127118
)
128-
129-
py_proto_library(
130-
name = "py_test_proto",
131-
protos = ["test.proto",],
132-
with_grpc = True,
133-
deps = [
134-
requirement('protobuf'),
135-
],
136-
proto_deps = [
137-
":py_empty_proto",
138-
":py_messages_proto",
139-
]
140-
)
141-

src/python/grpcio_tests/tests/interop/BUILD.bazel

-97
This file was deleted.

src/python/grpcio_tests/tests/interop/credentials/BUILD.bazel

-9
This file was deleted.

0 commit comments

Comments
 (0)