Skip to content

Commit

Permalink
Fixed windows build failures (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Aug 21, 2024
1 parent abb7f0e commit a9f9be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-11
- os: macos-14
- os: ubuntu-20.04
- os: windows-2019
steps:
Expand Down
5 changes: 5 additions & 0 deletions python/pytest/private/tests/version_test/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ py_pytest_test(
"//:MODULE.bazel",
"//:version.bzl",
],
# TODO: https://github.com/bazelbuild/rules_python/issues/2141
target_compatible_with = select({
"@platforms//os:windows": ["@platforms//:incompatible"],
"//conditions:default": [],
}),
deps = [
"@rules_python//python/runfiles",
],
Expand Down

0 comments on commit a9f9be7

Please sign in to comment.