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

Last updated: May 20,2024

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

Please follow the guidelines below to install python39-pytest-console-scripts on openSuSE Tumbleweed

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

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

This tutorial shows how to uninstall python39-pytest-console-scripts on openSuSE Tumbleweed:

$ sudo zypper remove python39-pytest-console-scripts

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

Information for package python39-pytest-console-scripts:
--------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pytest-console-scripts
Version : 1.4.1-3.1
Arch : noarch
Vendor : openSUSE
Installed Size : 63.2 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.