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

Last updated: May 04,2024

1. Install "python38-pytest-openfiles" package

This guide let you learn how to install python38-pytest-openfiles on openSuSE Tumbleweed

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

2. Uninstall "python38-pytest-openfiles" package

Please follow the instructions below to uninstall python38-pytest-openfiles on openSuSE Tumbleweed:

$ sudo zypper remove python38-pytest-openfiles

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

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