Skip to content

Commit b0f1a11

Browse files
committed
Capture stdout during testing.
1 parent 4de636c commit b0f1a11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

actions/generate_recipe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ def generate_recipe(data, features, git_remote, git_branch, git_version, git_num
378378
lines.append(" - if: win")
379379
lines.append(" then: set PYTHONUTF8=1")
380380
lines.append(" else: export PYTHONUTF8=1")
381-
lines.append(" - pytest -vvv --color=yes --runveryslow ./tests")
381+
lines.append(" - pytest -svvv --color=yes --runveryslow ./tests")
382382
lines.append(" files:")
383383
lines.append(" source:")
384384
lines.append(" - tests/")

0 commit comments

Comments
 (0)