Skip to content

Commit 0f6c909

Browse files
committed
refactor: turn off live logs when running tests
1 parent 7fc1b6e commit 0f6c909

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.d/+8e8c4def.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Turn off live logs when running tests.

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ addopts = [
160160
filterwarnings = [
161161
"error",
162162
]
163-
log_cli_level = "INFO"
163+
log_level = "INFO"
164164
testpaths = [
165165
{%- if 'docs' in doctest %}
166166
"docs",

0 commit comments

Comments
 (0)