How to Install and Uninstall python39-flaky Package on openSuSE Tumbleweed
Last updated: November 09,2024
1. Install "python39-flaky" package
In this section, we are going to explain the necessary steps to install python39-flaky on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python39-flaky
Copied
2. Uninstall "python39-flaky" package
Please follow the step by step instructions below to uninstall python39-flaky on openSuSE Tumbleweed:
$
sudo zypper remove
python39-flaky
Copied
3. Information about the python39-flaky package on openSuSE Tumbleweed
Information for package python39-flaky:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-flaky
Version : 3.7.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 106.7 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.7.0-4.4.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 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 : python39-flaky
Version : 3.7.0-4.4
Arch : noarch
Vendor : openSUSE
Installed Size : 106.7 KiB
Installed : No
Status : not installed
Source package : python-flaky-3.7.0-4.4.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 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