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

Last updated: July 05,2024

1. Install "python310-pytest-subprocess" package

Please follow the step by step instructions below to install python310-pytest-subprocess on openSuSE Tumbleweed

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

2. Uninstall "python310-pytest-subprocess" package

Please follow the steps below to uninstall python310-pytest-subprocess on openSuSE Tumbleweed:

$ sudo zypper remove python310-pytest-subprocess

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

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