How to Install and Uninstall python3-pytest-testinfra.noarch Package on Fedora 35

Last updated: March 28,2024

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

This guide covers the steps necessary to install python3-pytest-testinfra.noarch on Fedora 35

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

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

Please follow the steps below to uninstall python3-pytest-testinfra.noarch on Fedora 35:

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

3. Information about the python3-pytest-testinfra.noarch package on Fedora 35

Last metadata expiration check: 4:26:13 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-pytest-testinfra
Version : 6.8.0
Release : 1.fc35
Architecture : noarch
Size : 288 k
Source : python-pytest-testinfra-6.8.0-1.fc35.src.rpm
Repository : updates
Summary : Unit testing for config-managed server state
URL : https://github.com/pytest-dev/pytest-testinfra
License : ASL 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.