From 19483bdc68231112204a014868ea0e56ca6df26f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 28 Jan 2024 19:24:43 +0100 Subject: [PATCH] autotest: fix warning 'PytestRemovedIn9Warning: Marks applied to fixtures have no effect' --- autotest/utilities/test_gdalwarp_lib.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/autotest/utilities/test_gdalwarp_lib.py b/autotest/utilities/test_gdalwarp_lib.py index c5cf9352fcf9..360ebb7cedc7 100755 --- a/autotest/utilities/test_gdalwarp_lib.py +++ b/autotest/utilities/test_gdalwarp_lib.py @@ -1796,7 +1796,6 @@ def test_gdalwarp_lib_134(tmp_vsimem): @pytest.fixture() -@pytest.mark.require_driver("GTX") def gdalwarp_135_grid_gtx(tmp_path): grid_gtx = str(tmp_path / "grid.gtx") @@ -1814,7 +1813,6 @@ def gdalwarp_135_grid_gtx(tmp_path): @pytest.fixture() -@pytest.mark.require_driver("GTX") def gdalwarp_135_grid2_gtx(tmp_path): grid2_gtx = str(tmp_path / "grid2.gtx")