aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJ08nY2025-08-11 15:53:41 +0200
committerJ08nY2025-08-11 15:53:41 +0200
commitc36ee8a2c07ec58b556e505e4ecf61c871dc94c9 (patch)
treed37dea3530a7fb8de0852c40b52b136481a78fd6 /pyproject.toml
parent02d1acd717bdfb713f1bce661cf16ee515519fcc (diff)
downloadpyecsca-c36ee8a2c07ec58b556e505e4ecf61c871dc94c9.tar.gz
pyecsca-c36ee8a2c07ec58b556e505e4ecf61c871dc94c9.tar.zst
pyecsca-c36ee8a2c07ec58b556e505e4ecf61c871dc94c9.zip
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files 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/"]