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

Last updated: September 28,2024

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

This guide covers the steps necessary to install python3-pytest-ordering.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall python3-pytest-ordering.noarch on Fedora 34:

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

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

Last metadata expiration check: 0:00:18 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-pytest-ordering
Version : 0.6
Release : 5.fc34
Architecture : noarch
Size : 14 k
Source : python-pytest-ordering-0.6-5.fc34.src.rpm
Repository : fedora
Summary : Plugin to run your pytest tests in a specific order
URL : https://github.com/ftobia/pytest-ordering
License : MIT
Description : pytest-ordering is a pytest plugin to run your tests in any order that you
: specify. It provides custom markers that say when your tests should run in
: relation to each other. They can be absolute (i.e. first, or second-to-last)
: or relative (i.e. run this test before this other test).