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

Last updated: May 18,2024

1. Install "python3-pytest-faulthandler" package

Please follow the guidance below to install python3-pytest-faulthandler on openSUSE Leap

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

2. Uninstall "python3-pytest-faulthandler" package

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

$ sudo zypper remove python3-pytest-faulthandler

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

Information for package python3-pytest-faulthandler:
----------------------------------------------------
Repository : Main Repository
Name : python3-pytest-faulthandler
Version : 1.6.0-bp155.3.11
Arch : noarch
Vendor : openSUSE
Installed Size : 16.7 KiB
Installed : No
Status : not installed
Source package : python-pytest-faulthandler-1.6.0-bp155.3.11.src
Upstream URL : https://github.com/pytest-dev/pytest-faulthandler
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.