From 1337e50f74cda9ab8a65568b3052d7e4b82da54c Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Nov 2025 16:47:32 -0500 Subject: [PATCH] chore: pytest log_level is better than log_cli_level (#2657) 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 822df2f7..859d8e45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config", "--xdoc junit_family = "xunit2" xfail_strict = true filterwarnings = ["error"] -log_cli_level = "INFO" +log_level = "INFO" markers = [ "serial: tests that must *not* be run in parallel (deselect with '-m \"not serial\"')", "ios: tests that run on iOS",