From c36ee8a2c07ec58b556e505e4ecf61c871dc94c9 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 11 Aug 2025 15:53:41 +0200 Subject: Remove deprecated numpy.mypy_plugin. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bbcd8b7..83674c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,13 +95,13 @@ ] addopts = ["--doctest-modules"] filterwarnings = [ - "ignore:(?s).*pkg_resources is deprecated as an API:DeprecationWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer + "ignore:(?s).*pkg_resources is deprecated as an API:UserWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer "ignore:Deprecated call to `pkg_resources.declare_namespace", # sphinxcontrib "ignore:(?s).*Pyarrow will become a required dependency of pandas:DeprecationWarning", # pandas pyarrow (pandas<3.0), + "ignore:(?s).*builtin type SwigPyPacked has no __module__ attribute:DeprecationWarning", # ??? ] [tool.mypy] - plugins = "numpy.typing.mypy_plugin" [tool.interrogate] 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/"] -- cgit v1.2.3-70-g09d2