Skip to content

Commit d41eb7a

Browse files
committed
Remove a test for #2515
1 parent 6ee9068 commit d41eb7a

File tree

6 files changed

+0
-57
lines changed

6 files changed

+0
-57
lines changed
Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
load("@bazel_skylib//rules:native_binary.bzl", "native_test")
21
load("@rules_python//python:py_test.bzl", "py_test")
32

43
py_test(
@@ -17,18 +16,3 @@ py_test(
1716
"//py_proto_library/example.com/another_proto:message_proto_py_pb2",
1817
],
1918
)
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
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-
# Incompatible with Windows: native_test wrapping a py_binary doesn't work
29-
# on Windows.
30-
target_compatible_with = select({
31-
"@platforms//os:windows": ["@platforms//:incompatible"],
32-
"//conditions:default": [],
33-
}),
34-
)

examples/bzlmod/py_proto_library/foo_external/BUILD.bazel

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/bzlmod/py_proto_library/foo_external/MODULE.bazel

Lines changed: 0 additions & 8 deletions
This file was deleted.

examples/bzlmod/py_proto_library/foo_external/WORKSPACE

Whitespace-only changes.

examples/bzlmod/py_proto_library/foo_external/nested/foo/my_proto.proto

Lines changed: 0 additions & 6 deletions
This file was deleted.

examples/bzlmod/py_proto_library/foo_external/py_binary_with_proto.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)