Use quotes when silencing warning

This commit is contained in:
Hugo van Kemenade
2023-11-18 12:37:50 +02:00
parent 77c57bdfa8
commit e577a9fbdf
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -501,7 +501,7 @@ def build(options: Options, tmp_path: Path) -> None:
"""
While arm64 wheels can be built on other platforms, they cannot
be tested. An arm64 runner is required. To silence this warning,
set `CIBW_TEST_SKIP: *-win_arm64`.
set `CIBW_TEST_SKIP: "*-win_arm64"`.
"""
)
)