Skip to content

Commit 6b3537c

Browse files
committed
enable Windows testing
1 parent 80c3c12 commit 6b3537c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python/uv/private/lock.bzl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,7 @@ def lock(*, name, srcs, out, args = [], env = None, **kwargs):
322322
if target_compatible_with == None and not BZLMOD_ENABLED:
323323
target_compatible_with = ["@platforms//:incompatible"]
324324
elif target_compatible_with == None:
325-
target_compatible_with = select({
326-
# TODO @aignas 2025-03-16: enable Windows support
327-
"@platforms//os:windows": ["@platforms//:incompatible"],
328-
"//conditions:default": [],
329-
})
325+
target_compatible_with = []
330326

331327
_lock(
332328
name = name,

0 commit comments

Comments
 (0)