How to Install and Uninstall python2-pytest-forked.noarch Package on Rocky Linux 8

Last updated: September 19,2024

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

Please follow the guidance below to install python2-pytest-forked.noarch on Rocky Linux 8

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

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

This tutorial shows how to uninstall python2-pytest-forked.noarch on Rocky Linux 8:

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

3. Information about the python2-pytest-forked.noarch package on Rocky Linux 8

Last metadata expiration check: 0:07:52 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-pytest-forked
Version : 1.0.2
Release : 1.el8
Architecture : noarch
Size : 15 k
Source : python-pytest-forked-1.0.2-1.el8.src.rpm
Repository : epel
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.