How to Install and Uninstall python3-pytest-forked.noarch Package on Fedora 36

Last updated: January 11,2025

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

Here is a brief guide to show you how to install python3-pytest-forked.noarch on Fedora 36

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

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

Please follow the step by step instructions below to uninstall python3-pytest-forked.noarch on Fedora 36:

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

3. Information about the python3-pytest-forked.noarch package on Fedora 36

Last metadata expiration check: 1:52:22 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pytest-forked
Version : 1.4.0
Release : 2.fc36
Architecture : noarch
Size : 17 k
Source : python-pytest-forked-1.4.0-2.fc36.src.rpm
Repository : fedora
Summary : py.test plugin for running tests in isolated forked subprocesses
URL : https://github.com/pytest-dev/pytest-forked
License : MIT
Description : The pytest-forked plugin extends py.test by adding an option to run tests in
: isolated forked subprocesses. This is useful if you have tests involving C or
: C++ libraries that might crash the process. To use the plugin, simply use the
: --forked argument when invoking py.test.