Skip to content

Commit d9226c4

Browse files
committed
Aaaand, we can remove a deprecation warning suppression.
1 parent 094250e commit d9226c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ filterwarnings = [
1414
"ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning",
1515
# Coming from pydantic via napari
1616
"ignore:Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.:DeprecationWarning",
17-
# Until we stop supporting older numpy versions (<2.1)
18-
"ignore:(?s).*`newshape` keyword argument is deprecated.*$:DeprecationWarning",
1917
]
2018
qt_api = "pyqt6"
2119
addopts = [

0 commit comments

Comments
 (0)