From 1f46543a2ec32fa66ec6a28f6d02feaac1a93afa Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 16 May 2024 20:34:08 -0400 Subject: [PATCH] test: remove unneeded large marker --- autotest/pytest.ini | 1 - autotest/test_largetestmodels.py | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/autotest/pytest.ini b/autotest/pytest.ini index 51107cbaaad..ead5d4c4ff1 100644 --- a/autotest/pytest.ini +++ b/autotest/pytest.ini @@ -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 diff --git a/autotest/test_largetestmodels.py b/autotest/test_largetestmodels.py index 36fcb5b91de..08a49133634 100644 --- a/autotest/test_largetestmodels.py +++ b/autotest/test_largetestmodels.py @@ -17,9 +17,8 @@ ] -@pytest.mark.large -@pytest.mark.repo @pytest.mark.regression +@pytest.mark.repo @pytest.mark.slow def test_model( function_tmpdir,