How to Install and Uninstall python3-pytest-sourceorder.noarch Package on Rocky Linux 8

Last updated: September 20,2024

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

Learn how to install python3-pytest-sourceorder.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall python3-pytest-sourceorder.noarch on Rocky Linux 8:

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

3. Information about the python3-pytest-sourceorder.noarch package on Rocky Linux 8

Last metadata expiration check: 0:34:58 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-pytest-sourceorder
Version : 0.5
Release : 17.el8
Architecture : noarch
Size : 27 k
Source : python-pytest-sourceorder-0.5-17.el8.src.rpm
Repository : epel
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.