grpc/bazel/test/python_test_repo
Richard Belleville eab375e439
Reland #27275 (#27806)
* Revert "Revert "Add Aspects to Bazel py_proto_library and py_grpc_library Rules (#27275)" (#27805)"

This reverts commit 763e5b40f3.

* Remove unused symbol
2021-10-21 19:37:24 -07:00
..
in_subpackage Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00
namespaced/upper/example Migrate remaining tests with protobuf dep to Python 3 only (#27776) 2021-10-20 09:13:52 -07:00
tools Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
.gitignore Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
BUILD Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00
README.md Add README to bazel test 2019-08-05 16:38:41 -07:00
WORKSPACE py_proto_library uses workspace and pkg paths 2020-04-27 09:04:37 -10:00
helloworld.proto Separate py_grpc_library and py_proto_library. 2019-08-01 15:16:22 -07:00
helloworld.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -07:00
helloworld_moved.py Return PyInfo provider with imports from _gen rules and pass that as deps in py_library. This allows hiding _virtual_imports include path from the surface. 2019-10-15 17:47:02 -07:00
import_from_proto_library_package.py Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00
import_from_this_package.py Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00
transitive_proto_dep.py Reland #27275 (#27806) 2021-10-21 19:37:24 -07:00

README.md

Bazel Workspace Test

This directory houses a test ensuring that downstream projects can use @com_github_grpc_grpc//src/python/grpcio:grpcio, py_proto_library, and py_grpc_library.