From e02d4a3b6790cf0bbdcf38fc81b49d7dc5b20296 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 18 Nov 2024 19:13:08 -0500 Subject: [PATCH] Remove pytest filterwarnings --- pyproject.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0f38fa2..0108ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,8 +97,6 @@ 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', ] [tool.coverage.run]