Skip to content

Commit 84ac67d

Browse files
committed
Add win tests back
1 parent ae30742 commit 84ac67d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ skip = [
6161
]
6262
test-command = "pytest -v --color=yes {package}/tests"
6363
before-test = "pip install -r requirements-test.txt"
64-
test-skip = "*-macosx_arm64 cp39-win_amd64"
64+
# test-skip = "*-macosx_arm64 cp39-win_amd64"
65+
test-skip = "*-macosx_arm64"
6566

6667
[tool.cibuildwheel.environment]
6768
PYXMLSEC_STATIC_DEPS = "true"

0 commit comments

Comments
 (0)