How to Install and Uninstall python3-pytest-subprocess.noarch Package on Fedora 36

Last updated: June 10,2024

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

Please follow the guidelines below to install python3-pytest-subprocess.noarch on Fedora 36

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

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

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

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

3. Information about the python3-pytest-subprocess.noarch package on Fedora 36

Last metadata expiration check: 5:44:23 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pytest-subprocess
Version : 1.4.0
Release : 1.fc36
Architecture : noarch
Size : 37 k
Source : python-pytest-subprocess-1.4.0-1.fc36.src.rpm
Repository : fedora
Summary : A plugin to fake subprocess for pytest
URL : https://github.com/aklajnert/pytest-subprocess
License : MIT
Description : The plugin adds the fake_subprocess fixture. It can be used it to register
: subprocess results so you won't need to rely on the real processes.
: The plugin hooks on the subprocess.Popen(), which is the base for other
: subprocess functions. That makes the subprocess.run(), subprocess.call(),
: subprocess.check_call() and subprocess.check_output() methods also functional.