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

Last updated: May 17,2024

1. Install "python3-pytest-openfiles" package

Please follow the step by step instructions below to install python3-pytest-openfiles on openSUSE Leap

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

2. Uninstall "python3-pytest-openfiles" package

This guide let you learn how to uninstall python3-pytest-openfiles on openSUSE Leap:

$ sudo zypper remove python3-pytest-openfiles

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

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