How to Install and Uninstall python3-pytest-xprocess.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: July 02,2024

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

Here is a brief guide to show you how to install python3-pytest-xprocess.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

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

Please follow the steps below to uninstall python3-pytest-xprocess.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-pytest-xprocess.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 0:39:21 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-pytest-xprocess
Version : 0.22.2
Release : 1.el9
Architecture : noarch
Size : 26 k
Source : python-pytest-xprocess-0.22.2-1.el9.src.rpm
Repository : epel
Summary : Pytest plugin to manage external processes across test runs
URL : https://github.com/pytest-dev/pytest-xprocess/
License : MIT
Description : Experimental py.test <>_ plugin for managing processes across test runs.Usage
: install via:: pip install pytest-xprocessThis will provide a xprocess fixture
: which helps you to ensure that one ore more longer-running processes are
: present for your tests. You can use it to start and pre-configure test-specific
: databases (Postgres, Couchdb, ...).Additionally there are two new command
: line...