python312Packages.rasterio: skip tests that fail with GDAL 3.11

This commit is contained in:
K900
2025-05-10 16:45:39 +03:00
parent 5739f5e074
commit 20ff8bf165
@@ -93,6 +93,10 @@ buildPythonPackage rec {
"test_issue1982"
"test_opener_fsspec_http_fs"
"test_fsspec_http_msk_sidecar"
# expect specific magic numbers that our version of GDAL does not produce
"test_warp"
"test_warpedvrt"
"test_rio_warp"
] ++ lib.optionals stdenv.hostPlatform.isDarwin [ "test_reproject_error_propagation" ];
pythonImportsCheck = [ "rasterio" ];