From 4aab493853d381d7bb2c2aef49df231345f39d87 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Mon, 29 Jul 2024 14:18:17 -0400 Subject: [PATCH] ci: add shapely marker to binaryfile test (#2276) Fix the failing optional dependency CI tests: https://github.com/modflowpy/flopy/actions/runs/10140767481/job/28036619744#step:7:3899 --- autotest/test_binaryfile.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autotest/test_binaryfile.py b/autotest/test_binaryfile.py index e56e20d9c..09351f4bf 100644 --- a/autotest/test_binaryfile.py +++ b/autotest/test_binaryfile.py @@ -11,7 +11,7 @@ import pytest from matplotlib import pyplot as plt from matplotlib.axes import Axes -from modflow_devtools.markers import requires_exe +from modflow_devtools.markers import requires_exe, requires_pkg import flopy from flopy.modflow import Modflow @@ -541,6 +541,7 @@ def test_binaryfile_reverse_mf6_dis(function_tmpdir): assert np.allclose(budget, -budget_rev) +@requires_pkg("shapely") def test_binaryfile_reverse_mf6_disv(function_tmpdir): name = "reverse_disv" sim = flopy.mf6.MFSimulation(