nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python312Packages.dask-image: fix failing test

+4
+4
pkgs/development/python-modules/dask-image/default.nix
··· 35 35 postPatch = '' 36 36 substituteInPlace dask_image/ndinterp/__init__.py \ 37 37 --replace-fail "out_bounds.ptp(axis=1)" "np.ptp(out_bounds, axis=1)" 38 + 39 + substituteInPlace tests/test_dask_image/test_imread/test_core.py \ 40 + --replace-fail "fh.save(" "fh.write(" 38 41 ''; 39 42 40 43 build-system = [ ··· 67 64 # AttributeError: 'str' object has no attribute 'start' 68 65 "test_find_objects" 69 66 "test_3d_find_objects" 67 + 70 68 # AssertionError (comparing slices) 71 69 "test_find_objects_with_empty_chunks" 72 70 ];