mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
pythonPackages.datashader: Remove stale substituteInPlace
This commit is contained in:
parent
9207ae756b
commit
143bfd79ef
@ -76,11 +76,6 @@ buildPythonPackage rec {
|
|||||||
nbconvert
|
nbconvert
|
||||||
];
|
];
|
||||||
|
|
||||||
postConfigure = ''
|
|
||||||
substituteInPlace setup.py \
|
|
||||||
--replace "'numba >=0.37.0,<0.49'" "'numba'"
|
|
||||||
'';
|
|
||||||
|
|
||||||
# dask doesn't do well with large core counts
|
# dask doesn't do well with large core counts
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array'
|
pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array'
|
||||||
|
Loading…
Reference in New Issue
Block a user