From 2f2197dece910fb72861423e419e2efaf1cbd399 Mon Sep 17 00:00:00 2001 From: Khalid Mammadov Date: Tue, 14 Dec 2021 11:34:22 +0000 Subject: [PATCH] Ignore the issue (#20049) --- tests/plugins/test_plugins_manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/plugins/test_plugins_manager.py b/tests/plugins/test_plugins_manager.py index 33c2056211720..0a454e6803970 100644 --- a/tests/plugins/test_plugins_manager.py +++ b/tests/plugins/test_plugins_manager.py @@ -42,7 +42,7 @@ import importlib.metadata # only when we do not have importlib_metadata, the importlib.metadata is actually used - importlib_metadata = 'importlib.metadata' + importlib_metadata = 'importlib.metadata' # type: ignore except ImportError: raise Exception( "Either importlib_metadata must be installed or importlib.metadata must be"