Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python311Packages.dask: disable failing tests on aarch64-darwin

+4
+4
pkgs/development/python-modules/dask/default.nix
··· 133 "test_auto_blocksize_csv" 134 # AttributeError: 'str' object has no attribute 'decode' 135 "test_read_dir_nometa" 136 ] ++ [ 137 # https://github.com/dask/dask/issues/10347#issuecomment-1589683941 138 "test_concat_categorical"
··· 133 "test_auto_blocksize_csv" 134 # AttributeError: 'str' object has no attribute 'decode' 135 "test_read_dir_nometa" 136 + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [ 137 + # concurrent.futures.process.BrokenProcessPool: A process in the process pool terminated abpruptly... 138 + "test_foldby_tree_reduction" 139 + "test_to_bag" 140 ] ++ [ 141 # https://github.com/dask/dask/issues/10347#issuecomment-1589683941 142 "test_concat_categorical"