How to Install and Uninstall python311-pytest-openfiles Package on openSuSE Tumbleweed

Last updated: June 18,2024

1. Install "python311-pytest-openfiles" package

Please follow the guidelines below to install python311-pytest-openfiles on openSuSE Tumbleweed

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

2. Uninstall "python311-pytest-openfiles" package

This is a short guide on how to uninstall python311-pytest-openfiles on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-openfiles

3. Information about the python311-pytest-openfiles package on openSuSE Tumbleweed

Information for package python311-pytest-openfiles:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-openfiles
Version : 0.5.0-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 26.1 KiB
Installed : No
Status : not installed
Source package : python-pytest-openfiles-0.5.0-1.16.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.