diff --git a/pyproject.toml b/pyproject.toml index e9f055c656f..589bca4a885 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -152,6 +152,7 @@ filterwarnings = [ # https://github.com/dask/dask/pull/10622 '''ignore:Minimal version of pyarrow will soon be increased to 14.0.1''', '''ignore:the matrix subclass is not the recommended way''', + '''ignore:The current Dask DataFrame implementation is deprecated.*:DeprecationWarning''', ] minversion = "6" markers = [