Skip to content

Commit

Permalink
Tweak pkg_resources deprecation suppression (#561)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Jul 11, 2023
1 parent 99c0326 commit e942a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ filterwarnings =
error
# Suppress deprecation warnings in other packages
ignore:lib2to3 package is deprecated::scspell
ignore:pkg_resources is deprecated as an API::pkg_resources
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 e942a24

Please sign in to comment.