How to Install and Uninstall python3-pytest-forked.noarch Package on Oracle Linux 8

Last updated: September 28,2024

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

This is a short guide on how to install python3-pytest-forked.noarch on Oracle Linux 8

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

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

Learn how to uninstall python3-pytest-forked.noarch on Oracle Linux 8:

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

3. Information about the python3-pytest-forked.noarch package on Oracle Linux 8

Last metadata expiration check: 6:56:33 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : python3-pytest-forked
Version : 1.0.2
Release : 1.el8
Architecture : noarch
Size : 16 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.