Skip to content

Commit 7148a4a

Browse files
committed
tests: Add verbose flag to CIBW pytest command
Add `-v` to the pytest command in tests/pyproject.toml to help diagnose hanging tests in CIBW jobs (particularly iOS). This will show each test name as it runs, making it easier to identify which specific test is hanging.
1 parent ca72d6c commit 7148a4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PYBIND11_FINDPYTHON = true
2727

2828
[tool.cibuildwheel]
2929
test-sources = ["tests", "pyproject.toml"]
30-
test-command = "python -m pytest -o timeout=0 -p no:cacheprovider tests"
30+
test-command = "python -m pytest -v -o timeout=0 -p no:cacheprovider tests"
3131
environment.PIP_ONLY_BINARY = "numpy"
3232
environment.PIP_PREFER_BINARY = "1"
3333

0 commit comments

Comments
 (0)