Skip to content

Commit

Permalink
don't skip arm test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Mar 6, 2024
1 parent e568cd6 commit 094c5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ skip = ["*-manylinux_i686", "*-musllinux_i686", "*-win32", "pp*"]
build = ["cp38-*", "cp39-*", "cp310-*", "cp311-*", "cp312-*"]
test-extras = ["test"]
test-command = "pytest {project}/tests -v"
test-skip = ["*-musllinux*", "cp312-win*", "*-macosx_arm64"]
test-skip = ["*-musllinux*", "cp312-win*"]

[[tool.cibuildwheel.overrides]]
select = "*-manylinux_i686*"
Expand Down

0 comments on commit 094c5a7

Please sign in to comment.