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

Last updated: September 21,2024

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

Please follow the guidance below to install python3-pytest-subprocess.noarch on Fedora 39

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

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

Learn how to uninstall python3-pytest-subprocess.noarch on Fedora 39:

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

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

Last metadata expiration check: 1:38:28 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pytest-subprocess
Version : 1.5.0
Release : 3.fc39
Architecture : noarch
Size : 55 k
Source : python-pytest-subprocess-1.5.0-3.fc39.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.