From 2b2eb5e510fd867361addfff65084fdb1bb87301 Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Tue, 18 Jun 2024 15:30:06 +0200 Subject: [PATCH] can't fail on warnings yet --- pyproject.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b94554..7cc2f67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,13 +62,6 @@ ignore = [ "tests/*", ] -[tool.pytest.ini_options] -filterwarnings = [ - "error:::ioos_qc.*", - "ignore::UserWarning", - "ignore::RuntimeWarning", -] - [tool.interrogate] ignore-init-method = true ignore-init-module = false