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

Last updated: October 12,2024

1. Install "python3-flaky.noarch" package

Here is a brief guide to show you how to install python3-flaky.noarch on AlmaLinux 9

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

2. Uninstall "python3-flaky.noarch" package

Please follow the instructions below to uninstall python3-flaky.noarch on AlmaLinux 9:

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

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

Last metadata expiration check: 1:30:05 ago on Wed Mar 13 07:41:12 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.