diff --git a/pyproject.toml b/pyproject.toml index f943b7e995..5e45207a43 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]