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

Last updated: September 20,2024

1. Install "python2-pytest-openfiles" package

Please follow the steps below to install python2-pytest-openfiles on openSUSE Leap

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

2. Uninstall "python2-pytest-openfiles" package

Please follow the guidelines below to uninstall python2-pytest-openfiles on openSUSE Leap:

$ sudo zypper remove python2-pytest-openfiles

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

Information for package python2-pytest-openfiles:
-------------------------------------------------
Repository : Main Repository
Name : python2-pytest-openfiles
Version : 0.4.0-bp153.1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 5,9 KiB
Installed : No
Status : not installed
Source package : python-pytest-openfiles-0.4.0-bp153.1.16.src
Summary : Pytest plugin for detecting inadvertent open file handles
Description :
This package provides a plugin for the pytest framework that allows
developers to detect whether any file handles or other file-like objects were
inadvertently left open at the end of a unit test.