python311Packages.dask: disable failing tests on aarch64-darwin

This commit is contained in:
Martin Weinelt 2023-11-11 15:32:02 +01:00
parent a833a10485
commit 2beca05600
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -133,6 +133,10 @@ buildPythonPackage rec {
"test_auto_blocksize_csv"
# AttributeError: 'str' object has no attribute 'decode'
"test_read_dir_nometa"
] ++ lib.optionals (stdenv.isDarwin && stdenv.isAarch64) [
# concurrent.futures.process.BrokenProcessPool: A process in the process pool terminated abpruptly...
"test_foldby_tree_reduction"
"test_to_bag"
] ++ [
# https://github.com/dask/dask/issues/10347#issuecomment-1589683941
"test_concat_categorical"