Skip to content

Commit

Permalink
Revert "Bazel rules for gRPC Python interop tests"
Browse files Browse the repository at this point in the history
This reverts commit 9172775.
  • Loading branch information
mehrdada committed Oct 12, 2018
1 parent 45e8ada commit 9d2f985
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 130 deletions.
1 change: 0 additions & 1 deletion requirements.bazel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ wheel>=0.29
futures>=2.2.0
google-auth>=1.0.0
oauth2client==4.1.0
requests>=2.14.2
23 changes: 0 additions & 23 deletions src/proto/grpc/testing/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ grpc_proto_library(
has_services = False,
)

py_proto_library(
name = "py_messages_proto",
protos = ["messages.proto",],
with_grpc = True,
deps = [
requirement('protobuf'),
],
)

grpc_proto_library(
name = "metrics_proto",
srcs = ["metrics.proto"],
Expand Down Expand Up @@ -125,17 +116,3 @@ grpc_proto_library(
"messages_proto",
],
)

py_proto_library(
name = "py_test_proto",
protos = ["test.proto",],
with_grpc = True,
deps = [
requirement('protobuf'),
],
proto_deps = [
":py_empty_proto",
":py_messages_proto",
]
)

97 changes: 0 additions & 97 deletions src/python/grpcio_tests/tests/interop/BUILD.bazel

This file was deleted.

9 changes: 0 additions & 9 deletions src/python/grpcio_tests/tests/interop/credentials/BUILD.bazel

This file was deleted.

0 comments on commit 9d2f985

Please sign in to comment.