summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Mayer <tobim@fastmail.fm>2023-09-02 06:56:43 +0200
committerTobias Mayer <tobim@fastmail.fm>2023-09-02 06:56:43 +0200
commit219775241d845a2c6220420d649e1f362053dc33 (patch)
treee8d904abe60ed23514e0a4e5c3313c183a485391
parenta94a26338c244a03008a3b6c0e150b581538727d (diff)
downloadnixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar.gz
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar.bz2
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar.lz
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar.xz
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.tar.zst
nixpkgs-219775241d845a2c6220420d649e1f362053dc33.zip
python3Packages.dask: disable failing test
-rw-r--r--pkgs/development/python-modules/dask/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/dask/default.nix b/pkgs/development/python-modules/dask/default.nix
index 5166afde24d..355e16553be 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"