Skip to content

Commit 8055a3f

Browse files
ci: remove cibuildwheel warning as issued here:
pypa/cibuildwheel#1169
1 parent 47bb495 commit 8055a3f

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
@@ -32,7 +32,7 @@ tag_format = "v$version"
3232
[tool.cibuildwheel]
3333
test-command = "pytest {project}/tests"
3434
test-extras = ["test"]
35-
test-skip = ["*universal2:arm64", "pp*", "cp{38,39,310,311,312}-manylinux_i686", "*musllinux*", "*ppc64le", "*s390x"]
35+
test-skip = ["*universal2:arm64", "pp*", "cp{38,39,310,311,312}-manylinux_i686", "cp38-macosx_*:arm64", "*musllinux*", "*ppc64le", "*s390x"]
3636
# Setuptools bug causes collision between pypy and cpython artifacts
3737
before-build = "rm -rf {project}/build"
3838

0 commit comments

Comments
 (0)