How to Install and Uninstall python311-pytest-testinfra Package on openSuSE Tumbleweed

Last updated: July 07,2024

1. Install "python311-pytest-testinfra" package

Please follow the step by step instructions below to install python311-pytest-testinfra on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytest-testinfra

2. Uninstall "python311-pytest-testinfra" package

Please follow the steps below to uninstall python311-pytest-testinfra on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-testinfra

3. Information about the python311-pytest-testinfra package on openSuSE Tumbleweed

Information for package python311-pytest-testinfra:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-testinfra
Version : 10.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 555.6 KiB
Installed : No
Status : not installed
Source package : python-pytest-testinfra-10.0.0-1.2.src
Upstream URL : https://github.com/pytest-dev/pytest-testinfra
Summary : Python module to test infrastructures
Description :
With Testinfra, one can write unit tests in Python to test the actual
state of servers configured by managements tools like Salt, Ansible,
Puppet, Chef and so on.
Testinfra is like a Serverspec equivalent in Python, and is written
as a plugin to the Pytest test engine.