diff --git a/pyproject.toml b/pyproject.toml index 2984108..c03a308 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ filterwarnings = [ "error", "ignore:can't resolve package from __spec__ or __package__, falling back on __name__ and __path__:ImportWarning", # PyPy NumPy ] -log_cli_level = "info" +log_level = "INFO" testpaths = ["tests"] asyncio_mode = "auto" asyncio_default_fixture_loop_scope = "function"