How to Install and Uninstall python2-flaky Package on openSUSE Leap
Last updated: February 01,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python2-flaky" package
In this section, we are going to explain the necessary steps to install python2-flaky on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
python2-flaky
Copied
2. Uninstall "python2-flaky" package
Please follow the guidance below to uninstall python2-flaky on openSUSE Leap:
$
sudo zypper remove
python2-flaky
Copied
3. Information about the python2-flaky package on openSUSE Leap
Information for package python2-flaky:
--------------------------------------
Repository : Main Repository
Name : python2-flaky
Version : 3.4.0-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 175,4 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.4.0-bp153.1.14.src
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 `_.
--------------------------------------
Repository : Main Repository
Name : python2-flaky
Version : 3.4.0-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 175,4 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.4.0-bp153.1.14.src
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