How to Install and Uninstall python3-flaky Package on openSUSE Leap

Last updated: May 12,2024

1. Install "python3-flaky" package

Please follow the guidance below to install python3-flaky on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-flaky

2. Uninstall "python3-flaky" package

Please follow the step by step instructions below to uninstall python3-flaky on openSUSE Leap:

$ sudo zypper remove python3-flaky

3. Information about the python3-flaky package on openSUSE Leap

Information for package python3-flaky:
--------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python3-flaky
Version : 3.4.0-150400.16.69
Arch : noarch
Vendor : SUSE LLC
Installed Size : 161.1 KiB
Installed : No
Status : not installed
Source package : python3-flaky-3.4.0-150400.16.69.src
Upstream URL : https://github.com/box/flaky
Summary : Plugin for nose or py.test that automatically reruns flaky tests
Description :
Flaky is a plugin for nose or py.test that automatically reruns flaky tests.
Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100%
reliable. With flaky, instead of removing those tests or marking them to @skip, they can be automatically
retried.
For more information about flaky, see `this presentation `_.