From 52a7ae1f048654e6a9a8f5d54daee6da4065cc98 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Fri, 15 Nov 2024 21:58:27 -0500 Subject: [PATCH] Remove pytest filterwarnings --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 101ee7995..0591f7e8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,10 +130,7 @@ xfail_strict = true remote_data_strict = true filterwarnings = [ 'error', # turn warnings into exceptions - 'ignore:numpy.ufunc size changed:RuntimeWarning', 'ignore:numpy.ndarray size changed:RuntimeWarning', - # photutils.datasets.make deprecation - 'ignore:photutils.datasets.make is deprecated:DeprecationWarning', ] [tool.coverage.run]