Skip to content

Commit

Permalink
test: mark gridgen tests needing pyshp (#2028)
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli authored Dec 5, 2023
1 parent 788a8df commit c223c97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autotest/test_gridgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def get_structured_grid():


@requires_exe("gridgen")
@requires_pkg("shapefile")
# GRIDGEN seems not to like paths containing "[" or "]", as
# function_tmpdir does with parametrization, do it manually
# @pytest.mark.parametrize("grid_type", ["vertex", "unstructured"])
Expand Down Expand Up @@ -104,6 +105,7 @@ def test_add_active_domain(function_tmpdir): # , grid_type):


@requires_exe("gridgen")
@requires_pkg("shapefile")
# GRIDGEN seems not to like paths containing "[" or "]", as
# function_tmpdir does with parametrization, do it manually
# @pytest.mark.parametrize("grid_type", ["vertex", "unstructured"])
Expand Down

0 comments on commit c223c97

Please sign in to comment.