pythonPackages.datashader: Disable failing test

This commit is contained in:
Sandro Jäckel 2021-02-16 06:54:51 +01:00
parent a494f92d9c
commit f4895dce7d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -78,7 +78,7 @@ buildPythonPackage rec {
# dask doesn't do well with large core counts
checkPhase = ''
pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array'
pytest -n $NIX_BUILD_CORES datashader -k 'not dask.array and not test_simple_nested'
'';
meta = with lib; {