Skip to content

Commit

Permalink
commented filterwarnings error to check if it tests will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer authored Oct 22, 2024
1 parent a4867e3 commit 341c8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 341c8ee

Please sign in to comment.