Skip to content

Commit

Permalink
Merge pull request #9153 from rouault/pytest_marks_fixtures
Browse files Browse the repository at this point in the history
autotest: fix warning 'PytestRemovedIn9Warning: Marks applied to fixtures have no effect'
  • Loading branch information
rouault authored Jan 29, 2024
2 parents a23fbee + 19483bd commit 4ec99d2
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 4ec99d2

Please sign in to comment.