Unverified Commit f73ac8fa authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

python3Packages.distributed: unmark broken on aarch64
parents 6409343e 5d51efc1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}