From 341c8ee6263e02c07f402fc683dd5ba6ed7f8ff8 Mon Sep 17 00:00:00 2001 From: veenstrajelmer <60435591+veenstrajelmer@users.noreply.github.com> Date: Tue, 22 Oct 2024 18:07:34 +0200 Subject: [PATCH] commented filterwarnings error to check if it tests will pass --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f9ec412e7..5353de46c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -161,7 +161,7 @@ testpaths = ["tests"] markers = ["integration: marks tests as being integration tests"] filterwarnings = [ - "error", + # "error", # "ignore:rasterio.errors.NotGeoreferencedWarning", # upstream issue with rasterio, see https://github.com/rasterio/rasterio/issues/2497 "ignore:Detected a customized `__new__` method in subclass:DeprecationWarning", #upstream error in universal_pathlib see https://github.com/fsspec/universal_pathlib?tab=readme-ov-file#migrating-to-v020 "ignore::ResourceWarning", # upstream issue with aoihttp, can remove once aoihttp 4.0 is stable: https://github.com/aio-libs/aiohttp/issues/5426