Skip to content

Commit 12f0629

Browse files
committed
quieter
1 parent c5b7e6d commit 12f0629

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ cmd = "pip uninstall temporalio -y"
106106
[tool.pytest.ini_options]
107107
asyncio_mode = "auto"
108108
no_header = true
109-
tb = "short"
109+
quiet = true
110+
tb = "none"
110111
log_level = "WARN"
111112
testpaths = ["tests"]
112113
timeout = 600

0 commit comments

Comments
 (0)