From a7a093b011c827438210c634d032ba66e2b78982 Mon Sep 17 00:00:00 2001 From: veenstrajelmer Date: Thu, 16 Jan 2025 16:42:37 +0100 Subject: [PATCH] prevented error on warnings --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e89d1f0..e8032648 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -111,9 +111,6 @@ markers = [ "requiressecrets: mark a test that requires environment variables to be set (e.g. via Github secrets)", "era5slow: mark a test that causes timeout errors to prevent failing github testbanks due to badly performing cds-beta", ] -filterwarnings = [ - "error", -] [tool.flake8] exclude = "docs"