Skip to content

Commit

Permalink
Update setuptools deprecations AGAIN (#607)
Browse files Browse the repository at this point in the history
It seems that setuptools has made changes which require us to update our
deprecation warning suppression. I think it actually changed twice: once
that regressed the stacklevel for the warning, and another time which
changed the message entirely.

TIL that suppressing setuptools warnings is akin to whack-a-mole.
  • Loading branch information
cottsay authored Jan 19, 2024
1 parent 500dec0 commit c024d98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@ exclude =
filterwarnings =
error
# Suppress deprecation warnings in other packages
ignore:Deprecated call to `pkg_resources.declare_namespace\('paste'\)`::
ignore:lib2to3 package is deprecated::scspell
ignore:pkg_resources is deprecated as an API::colcon_core.entry_point
ignore:pkg_resources is deprecated as an API::
ignore:SelectableGroups dict interface is deprecated::flake8
ignore:The loop argument is deprecated::asyncio
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pydocstyle
Expand Down

0 comments on commit c024d98

Please sign in to comment.