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

Last updated: May 20,2024

1. Install "python36-pytest-order" package

Learn how to install python36-pytest-order on openSuSE Tumbleweed

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

2. Uninstall "python36-pytest-order" package

Please follow the instructions below to uninstall python36-pytest-order on openSuSE Tumbleweed:

$ sudo zypper remove python36-pytest-order

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

Information for package python36-pytest-order:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pytest-order
Version : 0.10.0-1.4
Arch : noarch
Vendor : openSUSE
Installed Size : 97,4 KiB
Installed : No
Status : not installed
Source package : python-pytest-order-0.10.0-1.4.src
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.