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

Last updated: July 04,2024

1. Install "python310-pytest-openfiles" package

Please follow the guidance below to install python310-pytest-openfiles on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-openfiles" package

This guide let you learn how to uninstall python310-pytest-openfiles on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-openfiles

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

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