Skip to content

Commit

Permalink
Filter spatial disclaimer from pytest (#3490) (#3496)
Browse files Browse the repository at this point in the history
Remove warnings from the spatial disclaimer in the pytest output

Co-authored-by: Julia Dark <[email protected]>
  • Loading branch information
github-actions[bot] and jp-dark authored Dec 20, 2024
1 parent 41bae29 commit 350d67e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apis/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,7 @@ no-lines-before = ["tiledb"]
[tool.ruff.lint.isort.sections]
"tiledbsoma" = ["tiledbsoma"]
"tiledb" = ["tiledb"]


[tool.pytest.ini_options]
filterwarnings = ['ignore:Support for spatial types is experimental']

0 comments on commit 350d67e

Please sign in to comment.