From 98ea35a70c5dcc27427e0af79de87f74cf71664c Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Fri, 11 Feb 2022 16:57:03 +0000 Subject: [PATCH] Removed pointless comment --- test/conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/conftest.py b/test/conftest.py index d376e902c..e1f054aff 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -86,7 +86,6 @@ def is_pre_ansible212(): if LooseVersion(base_version) < LooseVersion("2.12"): return True except pkg_resources.DistributionNotFound: - # ansible-base (e.g. ansible 2.10 and beyond) is not accessible in this way pass