diff --git a/pkgs/development/python-modules/datashader/default.nix b/pkgs/development/python-modules/datashader/default.nix index d1e2eb3b24a..233aac688ab 100644 --- a/pkgs/development/python-modules/datashader/default.nix +++ b/pkgs/development/python-modules/datashader/default.nix @@ -74,8 +74,9 @@ buildPythonPackage rec { --replace "'numba >=0.37.0,<0.49'" "'numba'" ''; + # dask doesn't do well with large core counts checkPhase = '' - pytest -n $NIX_BUILD_CORES datashader + pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array' ''; meta = with lib; {