From 1e5c808898b97edc80bf834eed7d7966cac321be Mon Sep 17 00:00:00 2001 From: bastimeyer Date: Wed, 6 Mar 2024 10:44:27 +0100 Subject: [PATCH] tests: remove unneeded dateutil warning filter --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac8c1867..f9bddcd3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -129,7 +129,6 @@ testpaths = [ ] filterwarnings = [ "always", - "ignore:datetime\\.datetime\\.utcfromtimestamp\\(\\):DeprecationWarning:dateutil", ]