How to Install and Uninstall python312-pytest-order Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python312-pytest-order" package

Please follow the step by step instructions below to install python312-pytest-order on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-pytest-order

2. Uninstall "python312-pytest-order" package

This tutorial shows how to uninstall python312-pytest-order on openSuSE Tumbleweed:

$ sudo zypper remove python312-pytest-order

3. Information about the python312-pytest-order package on openSuSE Tumbleweed

Information for package python312-pytest-order:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-pytest-order
Version : 1.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 108.8 KiB
Installed : No
Status : not installed
Source package : python-pytest-order-1.2.0-1.2.src
Upstream URL : https://github.com/pytest-dev/pytest-order
Summary : Pytest plugin to run your tests in a specific order
Description :
A pytest plugin that allows you to customize the order in which your tests are
run. It uses the marker order that defines when a specific test shall be run
relative to the other tests. pytest-order is a fork of pytest-ordering that
provides some additional features.