How to Install and Uninstall python2-pytest-forked.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: November 29,2024
1. Install "python2-pytest-forked.noarch" package
Learn how to install python2-pytest-forked.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python2-pytest-forked.noarch
Copied
2. Uninstall "python2-pytest-forked.noarch" package
Please follow the steps below to uninstall python2-pytest-forked.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python2-pytest-forked.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python2-pytest-forked.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 1:04:00 ago on Mon Feb 26 15:59:38 2024.
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.
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.