How to Install and Uninstall python3-pytest-cov.noarch Package on AlmaLinux 9
Last updated: November 25,2024
1. Install "python3-pytest-cov.noarch" package
In this section, we are going to explain the necessary steps to install python3-pytest-cov.noarch on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
python3-pytest-cov.noarch
Copied
2. Uninstall "python3-pytest-cov.noarch" package
Learn how to uninstall python3-pytest-cov.noarch on AlmaLinux 9:
$
sudo dnf remove
python3-pytest-cov.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-pytest-cov.noarch package on AlmaLinux 9
Last metadata expiration check: 0:57:50 ago on Wed Mar 13 07:41:12 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.
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.