Skip to content

Commit

Permalink
Filter spatial disclaimer from pytest (#3490)
Browse files Browse the repository at this point in the history
Remove warnings from the spatial disclaimer in the pytest output
  • Loading branch information
jp-dark authored Dec 20, 2024
1 parent dcbdba2 commit bab5988
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 bab5988

Please sign in to comment.