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

Last updated: October 06,2024

1. Install "python312-pytest-console-scripts" package

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

$ sudo zypper refresh $ sudo zypper install python312-pytest-console-scripts

2. Uninstall "python312-pytest-console-scripts" package

This is a short guide on how to uninstall python312-pytest-console-scripts on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-console-scripts

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

Information for package python312-pytest-console-scripts:
---------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-console-scripts
Version : 1.4.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 76.6 KiB
Installed : No
Status : not installed
Source package : python-pytest-console-scripts-1.4.1-3.1.src
Upstream URL : https://github.com/kvas-it/pytest-console-scripts
Summary : Pytest plugin for testing console scripts
Description :
Pytest-console-scripts is a `Pytest`_ plugin for testing python scripts
installed via ``console_scripts`` entry point of ``setup.py``. It can run the
scripts under test in a separate process or using the interpreter that's
running the test suite. The former mode ensures that the script will run in an
environment that is identical to normal execution whereas the latter one allows
much quicker test runs during development while simulating the real runs as
much as possible.