From eafff566c85d9e6a4984706f16126a6934efa764 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Tue, 11 Aug 2026 05:49:13 -0700 Subject: [PATCH] test(binaryfile): move markers from fixture to test --- autotest/test_binaryfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autotest/test_binaryfile.py b/autotest/test_binaryfile.py index e3308ef9c..c929324f8 100644 --- a/autotest/test_binaryfile.py +++ b/autotest/test_binaryfile.py @@ -468,8 +468,6 @@ def test_binaryfile_read_context(freyberg_model_path): @pytest.fixture -@pytest.mark.mf6 -@requires_exe("mf6") def mf6_gwf_2sp_st_tr(function_tmpdir): """ A basic flow model with 2 stress periods, @@ -543,6 +541,8 @@ def mf6_gwf_2sp_st_tr(function_tmpdir): return sim +@pytest.mark.mf6 +@requires_exe("mf6") def test_read_mf6_2sp(mf6_gwf_2sp_st_tr): sim = mf6_gwf_2sp_st_tr gwf = sim.get_model()