How to Install and Uninstall python3-flaky.noarch Package on Oracle Linux 9

Last updated: September 21,2024

1. Install "python3-flaky.noarch" package

Please follow the instructions below to install python3-flaky.noarch on Oracle Linux 9

$ sudo dnf update $ sudo dnf install python3-flaky.noarch

2. Uninstall "python3-flaky.noarch" package

Please follow the step by step instructions below to uninstall python3-flaky.noarch on Oracle Linux 9:

$ sudo dnf remove python3-flaky.noarch $ sudo dnf autoremove

3. Information about the python3-flaky.noarch package on Oracle Linux 9

Last metadata expiration check: 0:29:43 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : python3-flaky
Version : 3.7.0
Release : 6.el9
Architecture : noarch
Size : 35 k
Source : python-flaky-3.7.0-6.el9.src.rpm
Repository : epel
Summary : Plugin for pytest that automatically reruns flaky tests
URL : https://github.com/box/flaky
License : ASL 2.0
Description : Flaky is a plugin for pytest 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.