python312Packages.rasterio: skip tests that fail with GDAL 3.11
This commit is contained in:
@@ -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" ];
|
||||
|
||||
Reference in New Issue
Block a user