From c65c94d08b78da1cbb5bf962ecfc278c994fd65e Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 4 Oct 2020 13:37:33 -0700 Subject: [PATCH] python3Packages.datashader: ignore flakey dask tests --- pkgs/development/python-modules/datashader/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; {