From 97de8a0fce6e1b49d60754c03424a4799f1b19c5 Mon Sep 17 00:00:00 2001 From: Thomas Grainger Date: Fri, 15 Dec 2023 13:09:13 +0000 Subject: [PATCH] ignore warning from dateutil --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c92396a..a30f43aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,10 @@ addopts = [ "--strict-markers", ] markers = ["online"] -filterwarnings = ["error"] +filterwarnings = [ + "error", + '''ignore:datetime\.datetime\.utcfromtimestamp\(\) is deprecated and scheduled for removal in a future version.*:DeprecationWarning''' +] [tool.ruff] select = [