File diff 8457949f27d4 → ea2565a624f1
roles/common/molecule/default/tests/test_default.py
Show inline comments
 
@@ -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: