From 3015d8596d2d7ca0cdfad7af549a3446607ccc94 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 18 Feb 2024 12:18:21 -0500 Subject: [PATCH] Suppress DeprecationWarning. Ref zopefoundation/meta#194. --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pytest.ini b/pytest.ini index 44777c3..84ff175 100644 --- a/pytest.ini +++ b/pytest.ini @@ -26,3 +26,6 @@ filterwarnings= # cherrypy/cherrypy#2020 ignore:'cgi' is deprecated:DeprecationWarning + + # zopefoundation/meta#194 + ignore:Deprecated call to `pkg_resources.declare_namespace\('zc'\)`:DeprecationWarning