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

Last updated: July 03,2024

1. Install "python312-pytest-subprocess" package

In this section, we are going to explain the necessary steps to install python312-pytest-subprocess on openSuSE Tumbleweed

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

2. Uninstall "python312-pytest-subprocess" package

Please follow the instructions below to uninstall python312-pytest-subprocess on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-subprocess

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

Information for package python312-pytest-subprocess:
----------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-subprocess
Version : 1.5.0-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 148.3 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.