diff options
author | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-10-12 12:12:29 -0700 |
---|---|---|
committer | Mehrdad Afshari <mehrdada@users.noreply.github.com> | 2018-10-12 12:12:29 -0700 |
commit | 45e8ada064b7e95599a4aef5434cdd2ff02d6543 (patch) | |
tree | 75effb0a67c8dc42c35e760f84ba9d2224d851cf /src/python/grpcio_tests/tests/reflection | |
parent | c992454355c2c7cb30166df1ffe8a743d4bce9ab (diff) |
Revert "Bazel rules for Python grpcio_reflection"
This reverts commit 2e78e516ad8cb45cff705581625f85e5033b4e5b.
Diffstat (limited to 'src/python/grpcio_tests/tests/reflection')
-rw-r--r-- | src/python/grpcio_tests/tests/reflection/BUILD.bazel | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/python/grpcio_tests/tests/reflection/BUILD.bazel b/src/python/grpcio_tests/tests/reflection/BUILD.bazel deleted file mode 100644 index c0efb0b7ce..0000000000 --- a/src/python/grpcio_tests/tests/reflection/BUILD.bazel +++ /dev/null @@ -1,21 +0,0 @@ -load("@grpc_python_dependencies//:requirements.bzl", "requirement") - -package(default_visibility = ["//visibility:public"]) - -py_test( - name="_reflection_servicer_test", - size="small", - timeout="moderate", - srcs=["_reflection_servicer_test.py",], - main="_reflection_servicer_test.py", - deps=[ - "//src/python/grpcio/grpc:grpcio", - "//src/python/grpcio_reflection/grpc_reflection/v1alpha:grpc_reflection", - "//src/python/grpcio_tests/tests/unit:test_common", - "//src/proto/grpc/testing:py_empty_proto", - "//src/proto/grpc/testing/proto2:empty2_extensions_proto", - requirement('protobuf'), - ], - imports=["../../",], -) - |