How to Install and Uninstall python3-pytest-subprocess.noarch Package on Fedora 38
Last updated: November 27,2024
1. Install "python3-pytest-subprocess.noarch" package
Please follow the step by step instructions below to install python3-pytest-subprocess.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytest-subprocess.noarch
Copied
2. Uninstall "python3-pytest-subprocess.noarch" package
Please follow the instructions below to uninstall python3-pytest-subprocess.noarch on Fedora 38:
$
sudo dnf remove
python3-pytest-subprocess.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytest-subprocess.noarch package on Fedora 38
Last metadata expiration check: 2:05:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-pytest-subprocess
Version : 1.5.0
Release : 1.fc38
Architecture : noarch
Size : 56 k
Source : python-pytest-subprocess-1.5.0-1.fc38.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.
Available Packages
Name : python3-pytest-subprocess
Version : 1.5.0
Release : 1.fc38
Architecture : noarch
Size : 56 k
Source : python-pytest-subprocess-1.5.0-1.fc38.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.