From af6fc780a54542b5cde27715e5f7d344f6f38f62 Mon Sep 17 00:00:00 2001 From: Sean Hammond Date: Wed, 13 Sep 2023 15:15:38 +0100 Subject: [PATCH] Ignore a pkg_resources warning from Pyramid This fixes the tests on main. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index c19c684d..a3510dd8 100644 --- a/tox.ini +++ b/tox.ini @@ -14,6 +14,7 @@ filterwarnings = # pkg_resources used in some of our dependencies ignore:^pkg_resources is deprecated as an API$:DeprecationWarning:pkg_resources + ignore:^pkg_resources is deprecated as an API:DeprecationWarning:pyramid xfail_strict=true