From 7eddfbd968c159312dfb4889d6738f54dc8b32b6 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 29 Sep 2023 14:12:18 +0200 Subject: Upgrade pylint and fix latest warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8b9e4b663a12ac9be18fded2d7b4e4b38428fa9f Signed-off-by: Cédric Ollivier (cherry picked from commit f430ee4d9ef63f104dde63710fce7f8fa3c61591) --- xtesting/ci/run_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtesting/ci/run_tests.py') diff --git a/xtesting/ci/run_tests.py b/xtesting/ci/run_tests.py index 57562ef4..b8c4a803 100644 --- a/xtesting/ci/run_tests.py +++ b/xtesting/ci/run_tests.py @@ -143,7 +143,7 @@ class Runner(): def run_test(self, test): """Run one test case""" - # pylint: disable=too-many-branches + # pylint: disable=too-many-branches,broad-exception-raised if not test.is_enabled() or test.is_skipped(): msg = prettytable.PrettyTable( header_style='upper', padding_width=5, -- cgit 1.2.3-korg