mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 08:43:06 +00:00
python311Packages.dask: disable failing tests on aarch64-darwin
This commit is contained in:
parent
a833a10485
commit
2beca05600
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user