Skip to content

Commit

Permalink
test: remove unneeded large marker (#1820)
Browse files Browse the repository at this point in the history
Co-authored-by: wpbonelli <[email protected]>
  • Loading branch information
wpbonelli and wpbonelli authored May 17, 2024
1 parent ed2eec3 commit 2252ed1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion autotest/pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ python_files =
markers =
slow: tests taking more than a few seconds to complete
repo: tests using models loaded from an external repository
large: tests using large models (examples and largetestmodels)
regression: tests comparing results from different versions
developmode: tests that should only run with IDEVELOPMODE = 1
gwf: tests for groundwater flow models
Expand Down
3 changes: 1 addition & 2 deletions autotest/test_largetestmodels.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
]


@pytest.mark.large
@pytest.mark.repo
@pytest.mark.regression
@pytest.mark.repo
@pytest.mark.slow
def test_model(
function_tmpdir,
Expand Down

0 comments on commit 2252ed1

Please sign in to comment.