Skip to content

Commit a4a009f

Browse files
committed
Tweak quietness
1 parent 17fc4f2 commit a4a009f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ bridge-lint = { cmd = "cargo clippy -- -D warnings", cwd = "temporalio/bridge" }
8787
lint-docs = "pydocstyle --ignore-decorators=overload"
8888
lint-types = "mypy --namespace-packages --check-untyped-defs ."
8989
run-bench = "python scripts/run_bench.py"
90-
test = "pytest --no-header --tb=short --disable-warnings --log-level=ERROR --log-cli-level=ERROR"
90+
test = "pytest --no-header --tb=short --quiet --log-level=WARNING --log-cli-level=WARNING"
9191

9292
# Install local, run single pytest with env var, uninstall local
9393
[tool.poe.tasks.test-dist-single]

0 commit comments

Comments
 (0)