Skip to content

Commit

Permalink
ignore NotGeoreferencedWarning like titiler does
Browse files Browse the repository at this point in the history
  • Loading branch information
hrodmn committed Nov 21, 2024
1 parent c1f233e commit fc846ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ namespace_packages = true
explicit_package_bases = true

[tool.pytest.ini_options]
filterwarnings = [
"ignore::rasterio.errors.NotGeoreferencedWarning",
]
markers = "vcr: records network activity"
addopts = "-Werror --cov=titiler.cmr --cov-report=term-missing --cov-report=xml"

0 comments on commit fc846ab

Please sign in to comment.