We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96ebb8 commit 78f418fCopy full SHA for 78f418f
examples/bzlmod/py_proto_library/BUILD.bazel
@@ -20,11 +20,12 @@ py_test(
20
21
# Regression test for https://github.com/bazelbuild/rules_python/issues/2515
22
#
23
-# This test failed before https://github.com/bazelbuild/rules_python/pull/2516
+# This test fails before protobuf 30.0 release
24
# when ran with --legacy_external_runfiles=False (default in Bazel 8.0.0).
25
native_test(
26
name = "external_import_test",
27
src = "@foo_external//:py_binary_with_proto",
28
+ tags = ["manual"], # TODO: reenable when com_google_protobuf is upgraded
29
# Incompatible with Windows: native_test wrapping a py_binary doesn't work
30
# on Windows.
31
target_compatible_with = select({
0 commit comments