Skip to content

Commit e55bdc3

Browse files
authored
mark requirements test as not-window-compatible
1 parent 4b63c12 commit e55bdc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/tools/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ pip_compile(
55
name = "generate_requirements_txt",
66
requirements_in = "requirements.in",
77
requirements_txt = "requirements.txt",
8+
target_compatible_with = {
9+
"@platforms//os:windows": ["@platforms//:incompatible"],
10+
"//conditions:default": [],
11+
},
812
)
913

1014
# Don't allow rules_go to compile the Go SDK with cgo enabled, as that

0 commit comments

Comments
 (0)