Skip to content

Commit

Permalink
Add win tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
mxamin committed Apr 16, 2024
1 parent ae30742 commit 84ac67d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ skip = [
]
test-command = "pytest -v --color=yes {package}/tests"
before-test = "pip install -r requirements-test.txt"
test-skip = "*-macosx_arm64 cp39-win_amd64"
# test-skip = "*-macosx_arm64 cp39-win_amd64"
test-skip = "*-macosx_arm64"

[tool.cibuildwheel.environment]
PYXMLSEC_STATIC_DEPS = "true"
Expand Down

0 comments on commit 84ac67d

Please sign in to comment.