Skip to content

Commit bbdb33a

Browse files
committed
Build: Fix test exclusion.
1 parent 6963407 commit bbdb33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-verbosity = 2
66
environment = {LUPA_USE_BUNDLE = "true"}
77
skip = ["pp*-manylinux_aarch64", "pp*-manylinux_i686", "cp38-macosx_universal2"]
88
enable = "cpython-prerelease"
9-
test-skip = ["*-macosx_arm64", "*-macosx_universal2:arm64", "*-macosx_x86_64"]
9+
test-skip = ["*-macosx_*"]
1010
test-command = "python -c \"import lupa\" && python -c \"import lupa.lua54\" "
1111

1212
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)