From e8ac270d60d1c284ba5c05517012fa79c3e07a74 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 3 Sep 2024 22:13:05 +0200 Subject: [PATCH] test_gdalwarp_lib.py: disable test_gdalwarp_lib_to_projection_without_inverse_method() since no longer work with PROJ 9.5 --- autotest/utilities/test_gdalwarp_lib.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest/utilities/test_gdalwarp_lib.py b/autotest/utilities/test_gdalwarp_lib.py index 7f641242e18b..3134d0a8d9dd 100755 --- a/autotest/utilities/test_gdalwarp_lib.py +++ b/autotest/utilities/test_gdalwarp_lib.py @@ -4067,11 +4067,12 @@ def test_gdalwarp_lib_ortho_to_long_lat(): ############################################################################### # Test warping to a projection that has no inverse # Note: this test will break if PROJ get support for inverse isea ! +# Note: disabled since it will actually break with PROJ 9.5 which implements @pytest.mark.require_proj(8, 0, 0) @gdaltest.enable_exceptions() -def test_gdalwarp_lib_to_projection_without_inverse_method(): +def DISABLED_test_gdalwarp_lib_to_projection_without_inverse_method(): with pytest.raises(Exception, match="No inverse operation"): gdal.Warp(