Skip to content

Commit f72a006

Browse files
committed
Add spaces between test-skip and its value
1 parent 76f6c3c commit f72a006

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
@@ -51,7 +51,7 @@ enable = ["pypy"]
5151
test-command = "python -m unittest discover -s {project}/tests"
5252

5353
# Don't test Python 3.8 wheels on macOS/arm64
54-
test-skip="cp38-macosx_*:arm64"
54+
test-skip = "cp38-macosx_*:arm64"
5555

5656
# Needed for full C++17 support
5757
[tool.cibuildwheel.macos.environment]

0 commit comments

Comments
 (0)