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

Last updated: January 16,2025

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

This tutorial shows how to install python3-pytest-spec.noarch on Fedora 36

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

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

Please follow the instructions below to uninstall python3-pytest-spec.noarch on Fedora 36:

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

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

Last metadata expiration check: 0:27:53 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-pytest-spec
Version : 3.2.0
Release : 2.fc36
Architecture : noarch
Size : 27 k
Source : python-pytest-spec-3.2.0-2.fc36.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.