Merge pull request #225813 from dklyons81/unmark-dask-distributed

python3Packages.distributed: unmark broken on aarch64
This commit is contained in:
Weijia Wang 2023-04-13 10:23:53 +03:00 committed by GitHub
commit f73ac8fa6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,6 @@ buildPythonPackage rec {
description = "Distributed computation in Python";
homepage = "https://distributed.readthedocs.io/";
license = licenses.bsd3;
platforms = platforms.x86; # fails on aarch64
maintainers = with maintainers; [ teh costrouc ];
};
}