![Takashi Kajinami](/assets/img/avatar_default.png)
The easy_install command is no longer available in CentOS 9 (and even CentOS 8), and we should use package installation. Because RHEL has no pip package available now, the package installation is skipped with a warning message. Closes-Bug: #2043206 Change-Id: Id70b4610f5e016ae69fc8ef2b81e2176f199fe87
9 lines
397 B
YAML
9 lines
397 B
YAML
---
|
|
fixes:
|
|
- |
|
|
The ``tempest`` class now installs the pip command using the distribution
|
|
package instead of the ``easy_install`` command for CentOS, because
|
|
the command is no longer provided by the setuptool package now. Note that
|
|
RHEL does not have the pip package so the package installation is skipped.
|
|
Make sure the pip command is installed before the class is executed.
|