We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test-skip
1 parent 76f6c3c commit f72a006Copy full SHA for f72a006
pyproject.toml
@@ -51,7 +51,7 @@ enable = ["pypy"]
51
test-command = "python -m unittest discover -s {project}/tests"
52
53
# Don't test Python 3.8 wheels on macOS/arm64
54
-test-skip="cp38-macosx_*:arm64"
+test-skip = "cp38-macosx_*:arm64"
55
56
# Needed for full C++17 support
57
[tool.cibuildwheel.macos.environment]
0 commit comments