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

Last updated: September 29,2024

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

Please follow the guidance below to install python3-pytest-sourceorder.noarch on Fedora 34

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

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

This guide covers the steps necessary to uninstall python3-pytest-sourceorder.noarch on Fedora 34:

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

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

Last metadata expiration check: 3:18:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-sourceorder
Version : 0.5
Release : 20.fc34
Architecture : noarch
Size : 25 k
Source : python-pytest-sourceorder-0.5-20.fc34.src.rpm
Repository : fedora
Summary : Test-ordering plugin for pytest
URL : https://github.com/encukou/pytest-sourceorder
License : GPLv3+
Description : Allows tests within a specially marked class to be run in source order,
: instead of the "almost alphabetical" order Pytest normally uses.