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