How to Install and Uninstall python3-pytest-testinfra.noarch Package on CentOS Stream 9

Last updated: October 03,2024

1. Install "python3-pytest-testinfra.noarch" package

This tutorial shows how to install python3-pytest-testinfra.noarch on CentOS Stream 9

$ sudo dnf update $ sudo dnf install python3-pytest-testinfra.noarch

2. Uninstall "python3-pytest-testinfra.noarch" package

Learn how to uninstall python3-pytest-testinfra.noarch on CentOS Stream 9:

$ sudo dnf remove python3-pytest-testinfra.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-testinfra.noarch package on CentOS Stream 9

Last metadata expiration check: 1:01:19 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : python3-pytest-testinfra
Version : 10.1.0
Release : 2.el9
Architecture : noarch
Size : 111 k
Source : python-pytest-testinfra-10.1.0-2.el9.src.rpm
Repository : epel
Summary : Unit testing for config-managed server state
URL : https://github.com/pytest-dev/pytest-testinfra
License : Apache-2.0
Description : With Testinfra you can write unit tests in Python to test actual state of your
: servers configured by management tools like Salt, Ansible, Puppet, Chef and so
: on.
: Testinfra aims to be a Serverspec equivalent in python and is written as a
: plugin to the powerful Pytest test engine.