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

Last updated: July 01,2024

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

Learn how to install python3-pytest-spec.noarch on Fedora 34

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

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

In this section, we are going to explain the necessary steps to uninstall python3-pytest-spec.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:44:04 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-spec
Version : 3.1.0
Release : 1.fc34
Architecture : noarch
Size : 27 k
Source : python-pytest-spec-3.1.0-1.fc34.src.rpm
Repository : fedora
Summary : Pytest plugin to display test execution output like a SPECIFICATION
URL : https://github.com/pchomik/pytest-spec
License : GPLv2+
Description : Pytest plugin to display test execution output like a SPECIFICATION.
: Available features:
: - Format output to look like specification.
: - Group tests by classes and files
: - Failed, passed and skipped are marked and colored.
: - Remove test_ and underscores for every test.