Skip to content

Commit

Permalink
filter warnings that can savely be ignored for pytest (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelquast committed Feb 5, 2024
1 parent 5aa28f4 commit e5011ef
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,11 @@ eomaps = "eomaps.scripts.open:cli"
[project.urls]
Documentation = "https://eomaps.readthedocs.io/"
Repository = "https://github.com/raphaelquast/eomaps"

[tool.pytest.ini_options]
filterwarnings = [
"ignore:DownloadWarning",
"ignore:Geometry is in a geographic CRS. Results from *:UserWarning",
"ignore:Back azimuth is being returned by default *:UserWarning",
"ignore:Conversion of an array with ndim > 0:DeprecationWarning"
]

0 comments on commit e5011ef

Please sign in to comment.