From a84701b1b7c9d43e092b013a57bea1df18984d2b Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Mon, 4 Dec 2023 15:41:27 -0500 Subject: [PATCH] ci: Attempt to specify which warnings to ignore. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e3dbc486..f86fc72d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ follow_imports = 'skip' xfail_strict = true filterwarnings = [ "error", - "ignore::DeprecationWarning", + "ignore::DeprecationWarning:datetime.*", ] [tool.coverage.run]