From 8d0cffcbdc6b3a1dd79d46ca807c3d193ef45220 Mon Sep 17 00:00:00 2001 From: Joseph D Hughes Date: Tue, 4 Jul 2023 20:34:42 -0500 Subject: [PATCH] release(1.2.8): update mf6 version Also added latest version of gsflow (v 2.3.0) and mfusg_gsi (v2.1.1). --- autotest/test_build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/autotest/test_build.py b/autotest/test_build.py index d251ccff..e3cc4d48 100644 --- a/autotest/test_build.py +++ b/autotest/test_build.py @@ -104,6 +104,7 @@ def test_build_meson(function_tmpdir, target: str) -> None: @pytest.mark.base @flaky(max_runs=RERUNS) +@pytest.mark.skipif(sys.platform == "win32", reason="do not run on Windows") @pytest.mark.parametrize("target", targets_make) def test_build_makefile(function_tmpdir, target: str) -> None: pm = pymake.Pymake(verbose=True)