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

Last updated: May 19,2024

1. Install "python2-pytest-ordering" package

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

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

2. Uninstall "python2-pytest-ordering" package

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

$ sudo zypper remove python2-pytest-ordering

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

Information for package python2-pytest-ordering:
------------------------------------------------
Repository : Main Repository
Name : python2-pytest-ordering
Version : 0.6-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 8,9 KiB
Installed : No
Status : not installed
Source package : python-pytest-ordering-0.6-bp153.1.17.src
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).