From 61f9652e22584d2bcca36dea1ef183a04c474d5d Mon Sep 17 00:00:00 2001 From: Brandon Butler Date: Mon, 4 Dec 2023 16:04:33 -0500 Subject: [PATCH] ci: Try again --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f86fc72d4..d1d12a93e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ follow_imports = 'skip' xfail_strict = true filterwarnings = [ "error", - "ignore::DeprecationWarning:datetime.*", + "ignore::DeprecationWarning:pandas.*", ] [tool.coverage.run]