From 2f8b45c52aae74f9e283057091d51c21fa17ff34 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Thu, 9 Nov 2023 10:08:15 -0500 Subject: [PATCH] Ignore deprecation warning from dependency --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9dbb866..5733702 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,10 @@ commands = [pytest] addopts = --cov=tinuous --no-cov-on-fail -filterwarnings = error +filterwarnings = + error + # + ignore:.*utcfromtimestamp.* is deprecated:DeprecationWarning:dateutil norecursedirs = test/data [coverage:run]