Skip to content

Commit c36ee8a

Browse files
committed
Remove deprecated numpy.mypy_plugin.
1 parent 02d1acd commit c36ee8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,13 @@
9595
]
9696
addopts = ["--doctest-modules"]
9797
filterwarnings = [
98-
"ignore:(?s).*pkg_resources is deprecated as an API:DeprecationWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer
98+
"ignore:(?s).*pkg_resources is deprecated as an API:UserWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer
9999
"ignore:Deprecated call to `pkg_resources.declare_namespace", # sphinxcontrib
100100
"ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0),
101+
"ignore:(?s).*builtin type SwigPyPacked has no __module__ attribute:DeprecationWarning", # ???
101102
]
102103

103104
[tool.mypy]
104-
plugins = "numpy.typing.mypy_plugin"
105105

106106
[tool.interrogate]
107107
exclude = ["pyecsca/ec/formula/fliparoo.py", "pyecsca/ec/formula/graph.py", "pyecsca/ec/formula/partitions.py", "pyecsca/ec/formula/switch_sign.py", "pyecsca/ec/std/.github/"]

0 commit comments

Comments
 (0)