Skip to content

Commit ea3e29b

Browse files
committed
CI-specific fix
1 parent cdf47d2 commit ea3e29b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

backend/pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ markers = [
5656
asyncio_mode = "auto"
5757
asyncio_default_fixture_loop_scope = "function"
5858
log_cli = false
59-
log_cli_level = "WARNING"
59+
log_cli_level = "ERROR"
6060
log_capture = true
61-
log_level = "WARNING"
62-
# Run tests in parallel by default; distribute by file to minimize contention
63-
addopts = "-n auto --dist loadfile -q --tb=short"
61+
log_level = "ERROR"
62+
addopts = "-n 4 --dist loadfile --tb=short"

0 commit comments

Comments
 (0)