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.
1 parent 777398c commit 9706790Copy full SHA for 9706790
test/test_ios.py
@@ -48,6 +48,7 @@ def test_ios_platforms(tmp_path, build_config):
48
"CIBW_BUILD": "cp313-*",
49
"CIBW_TEST_SOURCES": "tests",
50
"CIBW_TEST_COMMAND": "unittest discover tests test_platform.py",
51
+ "CIBW_BUILD_VERBOSITY": "1",
52
**build_config,
53
},
54
)
0 commit comments