From 1a0fa1ee47d459d82711fa9a23dcf879889c5996 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Thu, 5 Oct 2023 10:14:19 -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 002d26b..4994ce5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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