Skip to content

Commit

Permalink
autotest: fix warning 'PytestRemovedIn9Warning: Marks applied to fixt…
Browse files Browse the repository at this point in the history
…ures have no effect'
  • Loading branch information
rouault committed Jan 28, 2024
1 parent a79a07c commit 19483bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions autotest/utilities/test_gdalwarp_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand Down

0 comments on commit 19483bd

Please sign in to comment.