From dd916f1b90264fe8c2ce82ff0c7bdecb85306a58 Mon Sep 17 00:00:00 2001 From: James Bourbeau Date: Mon, 12 Feb 2024 16:49:21 -0600 Subject: [PATCH] Ignore dask-expr warning in CI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) Index: distributed-2024.2.0/pyproject.toml =================================================================== --- distributed-2024.2.0.orig/pyproject.toml +++ distributed-2024.2.0/pyproject.toml @@ -149,6 +149,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 = [