How to Install and Uninstall python3-testinfra Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-testinfra" package

Learn how to install python3-testinfra on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-testinfra

2. Uninstall "python3-testinfra" package

Please follow the instructions below to uninstall python3-testinfra on openSUSE Leap:

$ sudo zypper remove python3-testinfra

3. Information about the python3-testinfra package on openSUSE Leap

Information for package python3-testinfra:
------------------------------------------
Repository : Main Repository
Name : python3-testinfra
Version : 1.12.0-bp155.2.13
Arch : noarch
Vendor : openSUSE
Installed Size : 382.7 KiB
Installed : No
Status : not installed
Source package : python-testinfra-1.12.0-bp155.2.13.src
Upstream URL : http://github.com/philpep/testinfra
Summary : Test infrastructures
Description :
With Testinfra you can write unit tests in Python to test actual state of
your servers configured by managements 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 Pytest test engine