mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
python3Packages.datashader: ignore flakey dask tests
This commit is contained in:
parent
7c841a294c
commit
c65c94d08b
@ -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 New Issue
Block a user