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 17fc4f2 commit a4a009fCopy full SHA for a4a009f
pyproject.toml
@@ -87,7 +87,7 @@ bridge-lint = { cmd = "cargo clippy -- -D warnings", cwd = "temporalio/bridge" }
87
lint-docs = "pydocstyle --ignore-decorators=overload"
88
lint-types = "mypy --namespace-packages --check-untyped-defs ."
89
run-bench = "python scripts/run_bench.py"
90
-test = "pytest --no-header --tb=short --disable-warnings --log-level=ERROR --log-cli-level=ERROR"
+test = "pytest --no-header --tb=short --quiet --log-level=WARNING --log-cli-level=WARNING"
91
92
# Install local, run single pytest with env var, uninstall local
93
[tool.poe.tasks.test-dist-single]
0 commit comments