From 0dc2d6828f55a3a21239aa01ec5d3e15fdee29b4 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 19 Aug 2024 22:55:14 -0400 Subject: [PATCH] Suppress known deprecation --- pytest.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest.ini b/pytest.ini index 9a0f3bc..2e65a8f 100644 --- a/pytest.ini +++ b/pytest.ini @@ -23,3 +23,5 @@ filterwarnings= ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning:dateutil.tz.tz ## end upstream + + ignore:JARACO_PACKAGING_SPHINX_WHEEL is deprecated