From 018f22a4d458620c5718ec7b37db27e1cf2d844d Mon Sep 17 00:00:00 2001 From: awais qureshi Date: Tue, 2 Apr 2024 14:15:20 +0500 Subject: [PATCH] feat: Adding python3.11 and 3.12 support. --- tests/helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers.py b/tests/helpers.py index d5f7b56..939ba59 100644 --- a/tests/helpers.py +++ b/tests/helpers.py @@ -72,7 +72,7 @@ def delete_report_files(file_extension): try: for f in filelist: os.remove(os.path.join('test_reports', f)) - except Exception: # pylint: disable=broad-except + except Exception: pass