From 053a9c5fbbc6e0ea20337c5e27713407564567c3 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Wed, 4 Oct 2023 01:52:48 -0500 Subject: [PATCH] TST #159 another deprecation warning --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index 0fe4a061..bafc9665 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,3 +2,4 @@ filterwarnings = ignore:.*imp module is deprecated in favour of importlib:DeprecationWarning ignore:.*pkg_resources is deprecated as an API.*:DeprecationWarning + ignore:.*Broker.insert may be removed.*:PendingDeprecationWarning