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