python3Packages.dask: disable failing test

This commit is contained in:
Tobias Mayer 2023-09-02 06:56:43 +02:00
parent a94a26338c
commit 219775241d
No known key found for this signature in database
GPG key ID: F8657E90819A1298

View file

@ -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"