tests.environments.test_conda_installed_packages.get_pkg_str

tests.environments.test_conda_installed_packages.get_pkg_str(name: str, version: str, channel: str) str

Return a string for given package properties.

Parameters:
  • name (str) – The name of the package.

  • version (str) – The version of the package.

  • channel (str) – The channel of the package.

Returns:

A string composed of the given package properties.

Return type:

str