From b60e0f24f70f0bc88a98ec3a2fa81a398e94b515 Mon Sep 17 00:00:00 2001 From: Hans Dembinski Date: Sun, 27 Mar 2022 18:25:43 +0200 Subject: [PATCH] fix wheels --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 191c7dcc3..83fdb7f22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,8 +13,8 @@ minversion = "6.0" addopts = "-q -ra --ff" testpaths = ["tests"] filterwarnings = [ - "error", - "ignore::ImportWarning", + "error::numpy.VisibleDeprecationWarning", + "error::DeprecationWarning", ] [tool.cibuildwheel]