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

Last updated: November 23,2024

1. Install "python312-pytest-testinfra" package

This guide covers the steps necessary to install python312-pytest-testinfra on openSuSE Tumbleweed

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

2. Uninstall "python312-pytest-testinfra" package

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

$ sudo zypper remove python312-pytest-testinfra

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

Information for package python312-pytest-testinfra:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-testinfra
Version : 10.0.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 527.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.