We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdf47d2 commit ea3e29bCopy full SHA for ea3e29b
backend/pyproject.toml
@@ -56,8 +56,7 @@ markers = [
56
asyncio_mode = "auto"
57
asyncio_default_fixture_loop_scope = "function"
58
log_cli = false
59
-log_cli_level = "WARNING"
+log_cli_level = "ERROR"
60
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"
+log_level = "ERROR"
+addopts = "-n 4 --dist loadfile --tb=short"
0 commit comments