How to Install and Uninstall python2-pytest-faulthandler Package on openSUSE Leap

Last updated: May 19,2024

1. Install "python2-pytest-faulthandler" package

In this section, we are going to explain the necessary steps to install python2-pytest-faulthandler on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pytest-faulthandler

2. Uninstall "python2-pytest-faulthandler" package

This is a short guide on how to uninstall python2-pytest-faulthandler on openSUSE Leap:

$ sudo zypper remove python2-pytest-faulthandler

3. Information about the python2-pytest-faulthandler package on openSUSE Leap

Information for package python2-pytest-faulthandler:
----------------------------------------------------
Repository : Main Repository
Name : python2-pytest-faulthandler
Version : 1.6.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 14,9 KiB
Installed : No
Status : not installed
Source package : python-pytest-faulthandler-1.6.0-bp153.1.16.src
Summary : PyTest plugin that activates the fault handler module for tests
Description :
Plugin for pytest that automatically enables the
faulthandler module during tests.
Inspired by the nose faulthandler plugin.