How to Install and Uninstall python38-flaky Package on openSuSE Tumbleweed
Last updated: November 22,2024
Deprecated! Installation of this package may no longer be supported.
1. Install "python38-flaky" package
This guide covers the steps necessary to install python38-flaky on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python38-flaky
Copied
2. Uninstall "python38-flaky" package
This tutorial shows how to uninstall python38-flaky on openSuSE Tumbleweed:
$
sudo zypper remove
python38-flaky
Copied
3. Information about the python38-flaky package on openSuSE Tumbleweed
Information for package python38-flaky:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-flaky
Version : 3.7.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 144,7 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 : python38-flaky
Version : 3.7.0-2.5
Arch : noarch
Vendor : openSUSE
Installed Size : 144,7 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