Skip to content

Commit 2fe6a43

Browse files
committed
adding -r flag to pytest in cibuildwheel
1 parent 0591bb9 commit 2fe6a43

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
@@ -82,4 +82,4 @@ test-command = "pytest -rs {project}"
8282
[tool.cibuildwheel.windows]
8383
before-build = "pip install delvewheel"
8484
test-extras = "tests"
85-
test-command = "pytest -s {project}"
85+
test-command = "pytest -rs {project}"

0 commit comments

Comments
 (0)