File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
tests/toolchains/multi_platform_resolution Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ load("@bazel_skylib//lib:structs.bzl", "structs")
10
10
load ("@rules_testing//lib:analysis_test.bzl" , "analysis_test" )
11
11
load ("@rules_testing//lib:test_suite.bzl" , "test_suite" )
12
12
load ("//python:versions.bzl" , "TOOL_VERSIONS" )
13
- load ("//python/private:bzlmod_enabled.bzl" , "BZLMOD_ENABLED" ) # buildifier: disable=bzl-visibility
14
13
load ("//python/private:common_labels.bzl" , "labels" ) # buildifier: disable=bzl-visibility
15
14
load ("//python/private:toolchain_types.bzl" , "TARGET_TOOLCHAIN_TYPE" ) # buildifier: disable=bzl-visibility
16
15
load ("//python/private:version.bzl" , "version" ) # buildifier: disable=bzl-visibility
@@ -158,7 +157,6 @@ def _test_toolchains(name):
158
157
"os={}" .format (runtime .os ),
159
158
"arch={}" .format (runtime .arch ),
160
159
],
161
- "target_compatible_with" : target_compatible_with ,
162
160
},
163
161
)
164
162
You can’t perform that action at this time.
0 commit comments