How to Install and Uninstall python3-pytest-ordering Package on openSUSE Leap

Last updated: October 06,2024

1. Install "python3-pytest-ordering" package

Please follow the step by step instructions below to install python3-pytest-ordering on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytest-ordering

2. Uninstall "python3-pytest-ordering" package

Learn how to uninstall python3-pytest-ordering on openSUSE Leap:

$ sudo zypper remove python3-pytest-ordering

3. Information about the python3-pytest-ordering package on openSUSE Leap

Information for package python3-pytest-ordering:
------------------------------------------------
Repository : Main Repository
Name : python3-pytest-ordering
Version : 0.6-bp155.2.11
Arch : noarch
Vendor : openSUSE
Installed Size : 10.9 KiB
Installed : No
Status : not installed
Source package : python-pytest-ordering-0.6-bp155.2.11.src
Upstream URL : https://github.com/ftobia/pytest-ordering
Summary : A pytest plugin to run your tests in a specific order
Description :
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).