python3Packages.morecantile: add versionCheckHook

This commit is contained in:
Gaetan Lepage
2025-10-21 13:19:41 +00:00
parent cd82aae7e8
commit 333591a6ee
@@ -17,6 +17,7 @@
mercantile,
rasterio,
pytestCheckHook,
versionCheckHook,
}:
buildPythonPackage rec {
@@ -44,7 +45,9 @@ buildPythonPackage rec {
mercantile
pytestCheckHook
rasterio
versionCheckHook
];
versionCheckProgramArg = "--version";
disabledTests = [
# AssertionError CLI exists with non-zero error code