From 24175259b39da59ddc03d25d21f99557c7ebd7c1 Mon Sep 17 00:00:00 2001 From: Marcos Prieto Date: Fri, 12 Jan 2024 15:56:27 +0100 Subject: [PATCH] Ignore warning about pkg_resources in our dependency: deform --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index d8cd2b53315..e427f8070c2 100644 --- a/tox.ini +++ b/tox.ini @@ -43,6 +43,7 @@ filterwarnings = ignore:^pkg_resources is deprecated as an API$:DeprecationWarning:pkg_resources ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid ignore:^pkg_resources is deprecated as an API:DeprecationWarning:chameleon + ignore:^pkg_resources is deprecated as an API:DeprecationWarning:deform # Usage of deprecated method of urllib3 within the elasticsearch library ignore:^HTTPResponse.getheaders\(\) is deprecated and will be removed in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.$:DeprecationWarning:elasticsearch