From 42048adaffca0b63431e6a876e97602e25ede5c1 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Tue, 2 Jul 2024 07:43:28 +0200 Subject: [PATCH] Remove warnings filter --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eb4f10e..b048ccd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -97,6 +97,3 @@ markers = [ "pandas: tests related to support of pandas library.", "misc: miscellaneous tests which did not fit in the other categories." ] -filterwarnings = [ - "ignore:numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject ValueError" -]