Skip to content

Commit 86b4de7

Browse files
ci: silence cibuildwheel warning as documented here
pypa/cibuildwheel#1169
1 parent ee60e93 commit 86b4de7

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*-win_amd64"]
35+
test-skip = ["*universal2:arm64", "pp*-win_amd64", "cp38-macosx_*:arm64"]
3636
# Setuptools bug causes collision between pypy and cpython artifacts
3737
before-build = "rm -rf {project}/build"
3838

0 commit comments

Comments
 (0)