From f056dcaae813b9e2183f1c5f1d3328b01c8ca830 Mon Sep 17 00:00:00 2001 From: Bill Little Date: Mon, 16 Oct 2023 15:13:26 +0100 Subject: [PATCH] update pytest filterwarnings --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adadd43b..1db9d26d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ doctest_optionflags = "NORMALIZE_WHITESPACE ELLIPSIS NUMBER" filterwarnings = [ "error", "ignore:numpy.ndarray size changed:RuntimeWarning", - "ignore:Unable to remesh 1 cell:UserWarning", + "ignore:geovista unable to remesh 1 cell:UserWarning", "ignore:pyvista test cache image dir:UserWarning", "ignore:pyvista test generated image dir:UserWarning", ]