From 80e00d4a389be1c6c0ca6655ea45cf8969962bbe Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Nov 2025 09:55:56 -0500 Subject: [PATCH] chore: pytest log_level is better than log_cli_level Committed via https://github.com/asottile/all-repos --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e721699..301c2e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,6 +63,6 @@ files = "src/resample/*.py" [tool.pytest.ini_options] addopts = "--doctest-modules --strict-config --strict-markers -q -ra --ff" testpaths = ["src/resample", "tests"] -log_cli_level = "INFO" +log_level = "INFO" xfail_strict = true filterwarnings = ["error::DeprecationWarning", "error::FutureWarning"]