From cd99494858651e12725fa5d0b5b90ff2f5cf4660 Mon Sep 17 00:00:00 2001 From: Ryan Kingsbury Date: Wed, 11 Dec 2024 15:38:51 -0500 Subject: [PATCH] CI: don't fail on FutureWarning --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9f268639..333b28a5 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",