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

Last updated: May 02,2024

1. Install "python39-pytest-openfiles" package

This tutorial shows how to install python39-pytest-openfiles on openSuSE Tumbleweed

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

2. Uninstall "python39-pytest-openfiles" package

Here is a brief guide to show you how to uninstall python39-pytest-openfiles on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-openfiles

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

Information for package python39-pytest-openfiles:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-openfiles
Version : 0.5.0-1.16
Arch : noarch
Vendor : openSUSE
Installed Size : 21.6 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.