tests.environments.test_conda_installed_packages.cmp
- tests.environments.test_conda_installed_packages.cmp(name1: str, version1: str, channel1: str, installed_env: dict) None
Compare properties of two packages.
The second package is determined by the name of the first package.
- Parameters:
name1 (str) – The name of the first package.
version1 (str) – The version of the first package.
channel1 (str) – The channel of the first package.
installed_env (dict) – A dictionary used to determine the second package.