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

Last updated: May 20,2024

1. Install "python36-pytest-openfiles" package

This guide covers the steps necessary to install python36-pytest-openfiles on openSuSE Tumbleweed

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

2. Uninstall "python36-pytest-openfiles" package

Please follow the guidance below to uninstall python36-pytest-openfiles on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-openfiles

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

Information for package python36-pytest-openfiles:
--------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-openfiles
Version : 0.5.0-1.6
Arch : noarch
Vendor : openSUSE
Installed Size : 20,9 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.