Skip to content

Commit 36a1ccc

Browse files
committed
suppress test-related warning for arm64 macOS Python 3.8 wheel
1 parent ef0d060 commit 36a1ccc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ build-verbosity = 1
3737
test-command = "pytest {project}/tests"
3838
test-requires = "pytest"
3939

40-
# Don't generate a Python 3.8 wheel on macOS/arm64
41-
skip="cp38-macosx_*:arm64"
40+
# Don't test Python 3.8 wheels on macOS/arm64
41+
test-skip="cp38-macosx_*:arm64"
4242

4343
# Needed for full C++17 support
4444
[tool.cibuildwheel.macos.environment]

0 commit comments

Comments
 (0)