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

Last updated: November 28,2024

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

Learn how to install python3-pytest-ordering.noarch on Fedora 36

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

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

Learn how to uninstall python3-pytest-ordering.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:57:51 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-pytest-ordering
Version : 0.6
Release : 8.fc36
Architecture : noarch
Size : 15 k
Source : python-pytest-ordering-0.6-8.fc36.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).