grpc/test/distrib/bazel/python
Esun Kim d8fd0c0844 Fixed bazel tests for 7 (#35390)
- Fixed the bazel distrib tests with Bazel 7 by disabling bzlmod option.
- Added a new note for bzlmod to the doc.

Closes #35390

PiperOrigin-RevId: 593816700
2023-12-26 10:30:45 -08:00
..
in_subpackage Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
namespaced/upper/example [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
subdir Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
tools Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
.bazelrc Fixed bazel tests for 7 (#35390) 2023-12-26 10:30:45 -08:00
.gitignore Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
BUILD [Bazel] Enable grpcio-reflection to be used via Bazel (#31013) 2023-08-16 14:23:23 -07:00
README.md Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
WORKSPACE [deps] Upgrade protobuf version to v25.0 (#34513) 2023-11-10 00:11:09 -08:00
helloworld.proto Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
helloworld.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
helloworld_moved.py [Python] Migrate from yapf to black (#33138) 2023-06-09 15:08:55 -07:00
import_from_grpcio_reflection.py [Bazel] Enable grpcio-reflection to be used via Bazel (#31013) 2023-08-16 14:23:23 -07:00
import_from_proto_library_package.py Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
import_from_this_package.py Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -07:00
python_rules_test.bzl [bazel] Auto-generate .pyi files in py_proto_library rule (#32872) 2023-06-12 14:36:24 -07:00
transitive_proto_dep.py Rehome python bazel distribtest (#29275) 2022-04-01 15:04:50 -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.