Skip to content

Commit

Permalink
test_gdalwarp_lib.py: disable test_gdalwarp_lib_to_projection_without…
Browse files Browse the repository at this point in the history
…_inverse_method() since no longer work with PROJ 9.5
  • Loading branch information
rouault committed Sep 3, 2024
1 parent 8b2a0c6 commit bb9e5c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion autotest/utilities/test_gdalwarp_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bb9e5c0

Please sign in to comment.