Skip to content

Commit bf68216

Browse files
committed
format, fix bad var
1 parent 014bad3 commit bf68216

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/toolchains/multi_platform_resolution/resolution_tests.bzl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ load("@bazel_skylib//lib:structs.bzl", "structs")
1010
load("@rules_testing//lib:analysis_test.bzl", "analysis_test")
1111
load("@rules_testing//lib:test_suite.bzl", "test_suite")
1212
load("//python:versions.bzl", "TOOL_VERSIONS")
13-
load("//python/private:bzlmod_enabled.bzl", "BZLMOD_ENABLED") # buildifier: disable=bzl-visibility
1413
load("//python/private:common_labels.bzl", "labels") # buildifier: disable=bzl-visibility
1514
load("//python/private:toolchain_types.bzl", "TARGET_TOOLCHAIN_TYPE") # buildifier: disable=bzl-visibility
1615
load("//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

0 commit comments

Comments
 (0)