From 349ba85b157d386a913d976fb961bc82e9ffff8c Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Mon, 2 Dec 2024 14:06:15 -0500 Subject: [PATCH] Backport PR #156: Ignore mpl_scatter_density warning temporarily --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d5bacec..68999f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -113,6 +113,7 @@ filterwarnings = [ "ignore::UserWarning:traittypes", "ignore::DeprecationWarning:asteval", "ignore::FutureWarning:asteval", + "ignore:pkg_resources is deprecated as an API:DeprecationWarning:mpl_scatter_density", ] [tool.coverage.run]