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