Skip to content

Commit 891f4aa

Browse files
committed
Ignore pydantic warning
1 parent 5c80464 commit 891f4aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ filterwarnings = [
1212
# Coming from vispy
1313
"ignore:distutils Version classes are deprecated:DeprecationWarning",
1414
"ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning",
15+
# Coming from pydantic via napari
16+
"ignore:Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.:DeprecationWarning"
1517
]
1618
qt_api = "pyqt6"
1719
addopts = "--mpl --mpl-baseline-relative"

0 commit comments

Comments
 (0)