Skip to content

Commit 61125b6

Browse files
committed
Include "skimage" as filtered module again in warning filter
I'm not exactly sure why this is necessary to catch "skimage" too. Maybe some part of the implementation raises the warning internally and doesn't catch it. At the worst, this means users might see a warning twice. I don't really care enough to investigate because we are removing the whole thing.
1 parent b848255 commit 61125b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ xfail_strict = true
188188
testpaths = ["src", "tests"]
189189
filterwarnings = [
190190
"error",
191-
"ignore:.*use `imageio` or other I/O packages directly.*:FutureWarning:tests",
191+
"ignore:.*use `imageio` or other I/O packages directly.*:FutureWarning:(tests|skimage)",
192192
"ignore:Implicit conversion of A to CSR:scipy.sparse.SparseEfficiencyWarning" # warn by pyamg in ruge_stuben_solver
193193
]
194194
norecursedirs = ["io/_plugins"]

0 commit comments

Comments
 (0)