Skip to content

Commit 0c74378

Browse files
committed
Make pytest capture stdout in integration tests
1 parent 9f1cfac commit 0c74378

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Capture stdout in integration tests.

noxfile.py

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ def run_integration_test(session, pytest_posargs):
210210
command = [
211211
'pytest',
212212
'test/integration',
213-
'-s',
214213
'-n',
215214
'2' if CI else 'auto',
216215
'--log-level',

0 commit comments

Comments
 (0)