python3Packages.datashader: ignore flakey dask tests

gstqt5
Jonathan Ringer 2020-10-04 13:37:33 -07:00 committed by Jon
parent 7c841a294c
commit c65c94d08b
1 changed files with 2 additions and 1 deletions

View File

@ -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; {