From 85493aad74110999e6ddf52140c206c8db0595d0 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 9 May 2024 09:04:56 -0400 Subject: [PATCH] TST: Remove outdated warning ignore --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfba061..9d51118 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,6 @@ filterwarnings = [ "error", "ignore:numpy\\.ndarray size changed:RuntimeWarning", "ignore:numpy\\.ufunc size changed:RuntimeWarning", - "ignore:.*utcfromtimestamp.* is deprecated.*:DeprecationWarning" ] [tool.coverage]