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

Last updated: May 20,2024

1. Install "python310-pytest-testinfra" package

Learn how to install python310-pytest-testinfra on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-testinfra" package

Please follow the instructions below to uninstall python310-pytest-testinfra on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-testinfra

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

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