Loading pkgs/development/python-modules/rasterio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading Loading
pkgs/development/python-modules/rasterio/default.nix +4 −0 Original line number Diff line number Diff line Loading @@ -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" ]; Loading