We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a5fef5 commit 6a8f410Copy full SHA for 6a8f410
test/test_ios.py
@@ -27,7 +27,7 @@ def test_platform(self):
27
@pytest.mark.parametrize(
28
"build_config",
29
[
30
- # Default to the pip build frontend.
+ # Default to the pip build frontend
31
{"CIBW_PLATFORM": "ios"},
32
# Also check the build frontend
33
{"CIBW_PLATFORM": "ios", "CIBW_BUILD_FRONTEND": "build"},
0 commit comments