How to Install and Uninstall python3-pytest-forked.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)
Last updated: November 27,2024
1. Install "python3-pytest-forked.noarch" package
In this section, we are going to explain the necessary steps to install python3-pytest-forked.noarch on Red Hat Enterprise Linux 9 (RHEL 9)
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytest-forked.noarch
Copied
2. Uninstall "python3-pytest-forked.noarch" package
This is a short guide on how to uninstall python3-pytest-forked.noarch on Red Hat Enterprise Linux 9 (RHEL 9):
$
sudo dnf remove
python3-pytest-forked.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytest-forked.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)
Last metadata expiration check: 0:04:13 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-forked
Version : 1.4.0
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-pytest-forked-1.4.0-1.el9.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.
Available Packages
Name : python3-pytest-forked
Version : 1.4.0
Release : 1.el9
Architecture : noarch
Size : 17 k
Source : python-pytest-forked-1.4.0-1.el9.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.