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

Last updated: May 14,2024

1. Install "python36-pytest-testinfra" package

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

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

2. Uninstall "python36-pytest-testinfra" package

This guide let you learn how to uninstall python36-pytest-testinfra on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-testinfra

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

Information for package python36-pytest-testinfra:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-testinfra
Version : 6.3.0-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 448,6 KiB
Installed : No
Status : not installed
Source package : python-pytest-testinfra-6.3.0-1.3.src
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.