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")
1010load ("@rules_testing//lib:analysis_test.bzl" , "analysis_test" )
1111load ("@rules_testing//lib:test_suite.bzl" , "test_suite" )
1212load ("//python:versions.bzl" , "TOOL_VERSIONS" )
13- load ("//python/private:bzlmod_enabled.bzl" , "BZLMOD_ENABLED" ) # buildifier: disable=bzl-visibility
1413load ("//python/private:common_labels.bzl" , "labels" ) # buildifier: disable=bzl-visibility
1514load ("//python/private:toolchain_types.bzl" , "TARGET_TOOLCHAIN_TYPE" ) # buildifier: disable=bzl-visibility
1615load ("//python/private:version.bzl" , "version" ) # buildifier: disable=bzl-visibility
@@ -158,7 +157,6 @@ def _test_toolchains(name):
158157 "os={}" .format (runtime .os ),
159158 "arch={}" .format (runtime .arch ),
160159 ],
161- "target_compatible_with" : target_compatible_with ,
162160 },
163161 )
164162
You can’t perform that action at this time.
0 commit comments