Skip to content

Commit

Permalink
add unrelated warning ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Nov 21, 2024
1 parent 9aff825 commit e8f3a33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ filterwarnings = [
"ignore::ResourceWarning",
# 2024-11
"ignore:The legacy Dask DataFrame implementation is deprecated:FutureWarning", # https://github.com/holoviz/spatialpandas/issues/146
"ignore:The cuda.cuda(rt)? module is deprecated:DeprecationWarning", # https://github.com/rapidsai/rmm/issues/1730
]

[tool.coverage]
Expand Down

0 comments on commit e8f3a33

Please sign in to comment.