diff --git a/roles/common/molecule/default/tests/test_default.py b/roles/common/molecule/default/tests/test_default.py index fa177a842db5f8070c8286762feddb4ad69eb9a5..b25cd3da09689fcc8fc0fbac521891dfd151380a 100644 --- a/roles/common/molecule/default/tests/test_default.py +++ b/roles/common/molecule/default/tests/test_default.py @@ -326,8 +326,7 @@ def test_pipreqcheck_virtualenv_packages(host): actual_packages = sorted(packages.stdout.lower().strip().split("\n")) # This is a dummy distro-provided package ignored by the - # pip-tools. pkg-resources for Python 2.7, pkg_resources for - # Python 3. + # pip-tools. Two variants of this name have been previously known. if "pkg-resources==0.0.0" in actual_packages: actual_packages.remove("pkg-resources==0.0.0") if "pkg_resources==0.0.0" in actual_packages: