Skip to content

Commit

Permalink
Suppress DeprecationWarning in pkg_resources (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Apr 6, 2023
1 parent dc830f6 commit 99c0326
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +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: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 99c0326

Please sign in to comment.