python3Packages.rio-tiler: fix xarray tests

This commit is contained in:
Nikolay Korotkiy
2024-07-27 22:29:39 +04:00
parent 16963eb543
commit c1e38b700b
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch,
pytestCheckHook,
pythonOlder,
@@ -33,6 +34,14 @@ buildPythonPackage rec {
hash = "sha256-MR6kyoGM3uXt6JiIEfGcsmTmxqlLxUF9Wn+CFuK5LtQ=";
};
patches = [
# fix xarray tests, remove on next release
(fetchpatch {
url = "https://github.com/cogeotiff/rio-tiler/commit/7a36ed58b649d2f4d644f280b54851ecb7ffa4e9.patch";
hash = "sha256-QlX5ZKpjSpXevi76gx39dXok0aClApkLU0cAVpCuYYs=";
})
];
build-system = [ hatchling ];
propagatedBuildInputs = [