How to Install and Uninstall python3-pytest-cov.noarch Package on Fedora 34

Last updated: May 06,2024

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

Here is a brief guide to show you how to install python3-pytest-cov.noarch on Fedora 34

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

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

Please follow the instructions below to uninstall python3-pytest-cov.noarch on Fedora 34:

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

3. Information about the python3-pytest-cov.noarch package on Fedora 34

Last metadata expiration check: 5:01:34 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-cov
Version : 3.0.0
Release : 1.fc34
Architecture : noarch
Size : 42 k
Source : python-pytest-cov-3.0.0-1.fc34.src.rpm
Repository : updates
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.