How to Install and Uninstall python3-pytest-openfiles.noarch Package on Fedora 35

Last updated: November 28,2024

1. Install "python3-pytest-openfiles.noarch" package

Please follow the steps below to install python3-pytest-openfiles.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install python3-pytest-openfiles.noarch

2. Uninstall "python3-pytest-openfiles.noarch" package

Here is a brief guide to show you how to uninstall python3-pytest-openfiles.noarch on Fedora 35:

$ sudo dnf remove python3-pytest-openfiles.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-openfiles.noarch package on Fedora 35

Last metadata expiration check: 2:18:53 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-pytest-openfiles
Version : 0.5.0
Release : 5.fc35
Architecture : noarch
Size : 19 k
Source : python-pytest-openfiles-0.5.0-5.fc35.src.rpm
Repository : fedora
Summary : The py.test openfiles plugin
URL : https://pypi.python.org/pypi/pytest-openfiles
License : BSD
Description : The pytest-openfiles plugin allows for the detection of open I/O resources at
: the end of unit tests. This is particularly useful for testing code that
: manipulates file handles or other I/O resources. It allows developers to
: ensure that this kind of code properly cleans up I/O resources when they are
: no longer needed.