How to Install and Uninstall python36-flaky Package on openSuSE Tumbleweed
Last updated: February 03,2025
Deprecated! Installation of this package may no longer be supported.
1. Install "python36-flaky" package
Please follow the guidance below to install python36-flaky on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python36-flaky
Copied
2. Uninstall "python36-flaky" package
Here is a brief guide to show you how to uninstall python36-flaky on openSuSE Tumbleweed:
$
sudo zypper remove
python36-flaky
Copied
3. Information about the python36-flaky package on openSuSE Tumbleweed
Information for package python36-flaky:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-flaky
Version : 3.7.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 144,0 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.7.0-2.5.src
Summary : Plugin for nose or py.test that automatically reruns flaky tests
Description :
Flaky is a plugin for 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 : openSUSE-Tumbleweed-Oss
Name : python36-flaky
Version : 3.7.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 144,0 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.7.0-2.5.src
Summary : Plugin for nose or py.test that automatically reruns flaky tests
Description :
Flaky is a plugin for 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