Skip to content

Commit

Permalink
update pytest filterwarnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle committed Oct 16, 2023
1 parent c0e533d commit f056dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down

0 comments on commit f056dca

Please sign in to comment.