Skip to content

Commit

Permalink
Handle deprecation warning added in setuptools v67.5.0 (python-graphb…
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw authored Mar 7, 2023
1 parent 7be68cf commit 360bfe3
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit 360bfe3

Please sign in to comment.