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

Last updated: May 02,2024

1. Install "python3-pytest-random-order" package

This is a short guide on how to install python3-pytest-random-order on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pytest-random-order

2. Uninstall "python3-pytest-random-order" package

Please follow the step by step instructions below to uninstall python3-pytest-random-order on openSUSE Leap:

$ sudo zypper remove python3-pytest-random-order

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

Information for package python3-pytest-random-order:
----------------------------------------------------
Repository : Main Repository
Name : python3-pytest-random-order
Version : 1.0.4-bp155.2.47
Arch : noarch
Vendor : openSUSE
Installed Size : 64.9 KiB
Installed : No
Status : not installed
Source package : python-pytest-random-order-1.0.4-bp155.2.47.src
Upstream URL : https://github.com/jbasko/pytest-random-order
Summary : Pytest plugin to randomize the order of pytests
Description :
pytest-random-order is a plugin for `pytest `_ that randomises the order in which
tests are run to reveal unwanted coupling between tests. The plugin allows user to control the level
of randomness they want to introduce and to disable reordering on subsets of tests.
Tests can be rerun in a specific order by passing a seed value reported in a previous test run.