diff --git a/pyproject.toml b/pyproject.toml index 9f26863..333b28a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ norecursedirs = [ ".tox", ] xfail_strict = true -filterwarnings = ["error", "ignore::UserWarning", "ignore::DeprecationWarning"] +filterwarnings = ["error", "ignore::UserWarning", "ignore::DeprecationWarning", "ignore::FutureWarning"] log_cli_level = "warning" testpaths = [ "tests",