From cce8df697d4b4b091e8535ae54a279e9b2a78bf0 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Mon, 10 Nov 2025 09:59:27 -0500 Subject: [PATCH] chore: log_level is better than log_cli_level --- tests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytest.ini b/tests/pytest.ini index 6ca7a91362..6147c6be24 100644 --- a/tests/pytest.ini +++ b/tests/pytest.ini @@ -9,7 +9,7 @@ addopts = --capture=sys # Show local info when a failure occurs --showlocals -log_cli_level = info +log_level = INFO filterwarnings = # make warnings into errors but ignore certain third-party extension issues error