How to Install and Uninstall python3-pytest-sourceorder.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 30,2024

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

Please follow the guidance below to install python3-pytest-sourceorder.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

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

Please follow the guidelines below to uninstall python3-pytest-sourceorder.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-pytest-sourceorder.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:24:50 ago on Mon Feb 26 15:59:38 2024.
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.