How to Install and Uninstall python311-pytest-subprocess Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python311-pytest-subprocess" package

Here is a brief guide to show you how to install python311-pytest-subprocess on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pytest-subprocess

2. Uninstall "python311-pytest-subprocess" package

This is a short guide on how to uninstall python311-pytest-subprocess on openSuSE Tumbleweed:

$ sudo zypper remove python311-pytest-subprocess

3. Information about the python311-pytest-subprocess package on openSuSE Tumbleweed

Information for package python311-pytest-subprocess:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pytest-subprocess
Version : 1.5.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 156.5 KiB
Installed : No
Status : not installed
Source package : python-pytest-subprocess-1.5.0-1.5.src
Upstream URL : https://github.com/aklajnert/pytest-subprocess
Summary : A plugin to fake subprocess for pytest
Description :
A pytest plugin to fake subprocess for pytest. The plugin adds the
``fake_process`` fixture (and ``fp`` as an alias). It can be used it to
register subprocess results so you won't need to rely on the real processes.