diff --git a/pyproject.toml b/pyproject.toml index cc5fceb..865c065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,7 +85,7 @@ minversion = "6.0" addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"] xfail_strict = true filterwarnings = ["error"] -log_cli_level = "INFO" +log_level = "INFO" testpaths = [ "tests", ]