From ff481266f473d1fc7436d4923d3e8cf8ac170c9d Mon Sep 17 00:00:00 2001 From: David Hoese Date: Fri, 15 Dec 2023 10:54:50 -0600 Subject: [PATCH] Add ignore for dateutil Python 3.12 compatibility issue See https://github.com/dateutil/dateutil/issues/1314 --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ed81bde3..976075ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,9 @@ filterwarnings = [ "ignore::rasterio.errors.NotGeoreferencedWarning", # remove after #149 is merged "ignore:invalid value encountered in cast:RuntimeWarning", + # dateutil needs a new release + # https://github.com/dateutil/dateutil/issues/1314 + "ignore:utcfromtimestamp() is deprecated and scheduled for removal", ] log_cli_level = "info" testpaths = [