Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ filterwarnings = [
# https://setuptools.pypa.io/en/latest/history.html#v67-3-0
# MAINT: check if this is still necessary in 2025
"ignore:Deprecated call to `pkg_resources.declare_namespace:DeprecationWarning:pkg_resources",
# And this deprecation warning was added in setuptools v67.5.0 (8 Mar 2023). See:
# https://setuptools.pypa.io/en/latest/history.html#v67-5-0
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:pkg_resources",
]

[tool.coverage.run]
Expand Down