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 adeaac2 commit 07b699fCopy full SHA for 07b699f
1 file changed
tests/bootstrap_impls/BUILD.bazel
@@ -14,6 +14,7 @@
14
load("@rules_pkg//pkg:tar.bzl", "pkg_tar")
15
load("@rules_shell//shell:sh_test.bzl", "sh_test")
16
load("//python:py_test.bzl", "py_test")
17
+load("//python/private:reexports.bzl", "BuiltinPyInfo")
18
load("//tests/support:py_reconfig.bzl", "py_reconfig_binary", "py_reconfig_test")
19
load("//tests/support:sh_py_run_test.bzl", "sh_py_run_test")
20
load("//tests/support:support.bzl", "SUPPORTS_BOOTSTRAP_SCRIPT")
@@ -112,6 +113,7 @@ py_reconfig_test(
112
113
# Necessary because bazel_tools doesn't have __init__.py files.
114
legacy_create_init = True,
115
main = "bazel_tools_importable_test.py",
116
+ target_compatible_with = [] if BuiltinPyInfo else ["@platforms//:incompatible"],
117
deps = [
118
"@bazel_tools//tools/python/runfiles",
119
],
0 commit comments