From d5fab3058e179f4eccbf45e129e30d6ef30f575b Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 21 Feb 2023 07:47:21 -0500 Subject: [PATCH] TST: Ignore deprecation warning from CRDS See https://github.com/spacetelescope/crds/issues/922 --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index 20a9df56..69898c52 100644 --- a/setup.cfg +++ b/setup.cfg @@ -79,6 +79,8 @@ filterwarnings = ignore:Deprecation Warning.*timeout.*parameter no longer needed:UserWarning # This is from skimage import ignore:.*np\.bool8.*is a deprecated alias:DeprecationWarning + # https://github.com/spacetelescope/crds/issues/922 + ignore:Deprecated call to.*mpl_toolkits.*:DeprecationWarning [flake8] # Ignoring these for now: