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

Last updated: January 11,2025

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

In this section, we are going to explain the necessary steps to install python3-pytest-sourceorder.noarch on Fedora 39

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

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

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

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

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

Last metadata expiration check: 3:20:25 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : python3-pytest-sourceorder
Version : 0.6.0
Release : 7.fc39
Architecture : noarch
Size : 26 k
Source : python-pytest-sourceorder-0.6.0-7.fc39.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.