Skip to content

Commit

Permalink
Suppress pkg_resources deprecation in flake8_import_order
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay committed Oct 5, 2023
1 parent c5ede78 commit 1a0fa1e
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 @@ -51,6 +51,7 @@ filterwarnings =
error
# Suppress deprecation warnings in other packages
ignore:lib2to3 package is deprecated::scspell
ignore:pkg_resources is deprecated as an API::flake8_import_order
ignore:SelectableGroups dict interface is deprecated::flake8
ignore:Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated::pyreadline
junit_suite_name = colcon-ed
Expand Down

0 comments on commit 1a0fa1e

Please sign in to comment.