chore: log_level is better than log_cli_level (#5890)

diff --git a/tests/pytest.ini b/tests/pytest.ini
index 6ca7a91..6147c6b 100644
--- a/tests/pytest.ini
+++ b/tests/pytest.ini
@@ -9,7 +9,7 @@
     --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