From 219775241d845a2c6220420d649e1f362053dc33 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Sat, 2 Sep 2023 06:56:43 +0200 Subject: [PATCH] python3Packages.dask: disable failing test --- pkgs/development/python-modules/dask/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/dask/default.nix b/pkgs/development/python-modules/dask/default.nix index 5166afde24de..355e16553be0 100644 --- a/pkgs/development/python-modules/dask/default.nix +++ b/pkgs/development/python-modules/dask/default.nix @@ -134,6 +134,8 @@ buildPythonPackage rec { # AttributeError: 'str' object has no attribute 'decode' "test_read_dir_nometa" ] ++ [ + # https://github.com/dask/dask/issues/10347#issuecomment-1589683941 + "test_concat_categorical" # AttributeError: 'ArrowStringArray' object has no attribute 'tobytes'. Did you mean: 'nbytes'? "test_dot" "test_dot_nan"