From 46985f03b4b5e0a8e9b136b9caf4080b6bf5d271 Mon Sep 17 00:00:00 2001 From: Gregor von Laszewski Date: Sun, 17 Dec 2023 06:02:57 -0500 Subject: [PATCH] ignore dateutil warning --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 3e861e46..118442e8 100644 --- a/pytest.ini +++ b/pytest.ini @@ -5,4 +5,7 @@ python_functions = test_* norecursedirs = .git addopts = --doctest-modules markers = - incremental: incremental test. \ No newline at end of file + incremental: incremental test. +filterwarnings = + ignore:dateutil.tz.tz:DeprecationWarning + ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning