python3Packages.datashader: ignore flakey dask tests
This commit is contained in:
parent
7c841a294c
commit
c65c94d08b
1 changed files with 2 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue