How to Install and Uninstall python3-pytest-sourceorder.noarch Package on CentOS Stream 8

Last updated: May 16,2024

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

Please follow the steps below to install python3-pytest-sourceorder.noarch on CentOS Stream 8

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

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

Please follow the step by step instructions below to uninstall python3-pytest-sourceorder.noarch on CentOS Stream 8:

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

3. Information about the python3-pytest-sourceorder.noarch package on CentOS Stream 8

Last metadata expiration check: 5:27:22 ago on Sun Feb 25 03:03:59 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.