How to Install and Uninstall python3-pytest-xprocess.noarch Package on Fedora 35

Last updated: May 07,2024

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

In this section, we are going to explain the necessary steps to install python3-pytest-xprocess.noarch on Fedora 35

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

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

This guide covers the steps necessary to uninstall python3-pytest-xprocess.noarch on Fedora 35:

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

3. Information about the python3-pytest-xprocess.noarch package on Fedora 35

Last metadata expiration check: 4:02:40 ago on Wed Sep 7 02:25:42 2022.
Available Packages
Name : python3-pytest-xprocess
Version : 0.18.1
Release : 1.fc35
Architecture : noarch
Size : 23 k
Source : python-pytest-xprocess-0.18.1-1.fc35.src.rpm
Repository : fedora
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...