How to Install and Uninstall python3-pytest-cov Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-pytest-cov" package

Learn how to install python3-pytest-cov on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytest-cov

2. Uninstall "python3-pytest-cov" package

Please follow the step by step instructions below to uninstall python3-pytest-cov on openSUSE Leap:

$ sudo zypper remove python3-pytest-cov

3. Information about the python3-pytest-cov package on openSUSE Leap

Information for package python3-pytest-cov:
-------------------------------------------
Repository : Main Repository
Name : python3-pytest-cov
Version : 2.8.1-5.3.5
Arch : noarch
Vendor : SUSE LLC
Installed Size : 124.0 KiB
Installed : No
Status : not installed
Source package : python-pytest-cov-2.8.1-5.3.5.src
Upstream URL : https://github.com/schlamar/pytest-cov
Summary : Pytest plugin for coverage reporting
Description :
This plugin produces coverage reports. It supports centralised testing
and distributed testing in both load and each modes. It also supports
coverage of subprocesses.
All features offered by the coverage package should be available, either
through pytest-cov or through coverage's config file.