aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 11485b7..833ed2b 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -85,7 +85,7 @@
]
filterwarnings = [
"ignore:(?s).*pkg_resources is deprecated as an API:DeprecationWarning:chipwhisperer.capture.trace.TraceWhisperer", # ChipWhisperer
- #"ignore:Deprecated call to `pkg_resources.declare_namespace",
+ "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),
]