Skip to content

Commit cdf47d2

Browse files
committed
CI-specific fix
1 parent 3b9146e commit cdf47d2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

backend/pyproject.toml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ markers = [
5555
]
5656
asyncio_mode = "auto"
5757
asyncio_default_fixture_loop_scope = "function"
58-
log_cli = true
59-
log_cli_level = "INFO"
58+
log_cli = false
59+
log_cli_level = "WARNING"
60+
log_capture = true
61+
log_level = "WARNING"
6062
# Run tests in parallel by default; distribute by file to minimize contention
61-
addopts = "-n auto --dist loadfile"
63+
addopts = "-n auto --dist loadfile -q --tb=short"

0 commit comments

Comments
 (0)