From b296e68d792e1dc8cbed2736155d1c9cc5260a5e Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 5 Oct 2023 10:52:51 -0500 Subject: [PATCH] Suppress pkg_resources deprecation in flake8_import_order --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index b8bd8a7..1be4797 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,6 +52,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-library-path