Skip to content

Commit a8a063c

Browse files
committed
exclude more tests on Windows
1 parent 6c08221 commit a8a063c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/uv/lock/lock_tests.bzl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ def lock_test_suite(name):
8484
native_test(
8585
name = "requirements_test",
8686
src = ":requirements.update",
87+
target_compatible_with = select({
88+
"@platforms//os:windows": ["@platforms//:incompatible"],
89+
"//conditions:default": [],
90+
}),
8791
)
8892

8993
native.test_suite(

0 commit comments

Comments
 (0)