How to Install and Uninstall python3-pytest-cov.noarch Package on Oracle Linux 9

Last updated: June 26,2024

1. Install "python3-pytest-cov.noarch" package

Please follow the guidelines below to install python3-pytest-cov.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-pytest-cov.noarch

2. Uninstall "python3-pytest-cov.noarch" package

Here is a brief guide to show you how to uninstall python3-pytest-cov.noarch on Oracle Linux 9:

$ sudo dnf remove python3-pytest-cov.noarch $ sudo dnf autoremove

3. Information about the python3-pytest-cov.noarch package on Oracle Linux 9

Last metadata expiration check: 0:11:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-pytest-cov
Version : 4.0.0
Release : 2.el9
Architecture : noarch
Size : 41 k
Source : python-pytest-cov-4.0.0-2.el9.src.rpm
Repository : epel
Summary : Coverage plugin for pytest
URL : https://github.com/pytest-dev/pytest-cov
License : MIT
Description : This plugin produces coverage reports. Compared to just using coverage run this
: plugin does some extras:
:
: • Subprocess support: you can fork or run stuff in a subprocess and will get
: covered without any fuss.
: • Xdist support: you can use all of pytest-xdist’s features and still get
: coverage.
: • Consistent pytest behavior. If you run coverage run -m pytest you will have
: slightly different sys.path (CWD will be in it, unlike when running
: pytest).
:
: All features offered by the coverage package should work, either through
: pytest-cov’s command line options or through coverage’s config file.