How to Install and Uninstall python3-flaky.noarch Package on Fedora 36

Last updated: January 10,2025

1. Install "python3-flaky.noarch" package

In this section, we are going to explain the necessary steps to install python3-flaky.noarch on Fedora 36

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

2. Uninstall "python3-flaky.noarch" package

Learn how to uninstall python3-flaky.noarch on Fedora 36:

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

3. Information about the python3-flaky.noarch package on Fedora 36

Last metadata expiration check: 0:38:32 ago on Thu Sep 8 14:04:51 2022.
Available Packages
Name : python3-flaky
Version : 3.7.0
Release : 7.fc36
Architecture : noarch
Size : 35 k
Source : python-flaky-3.7.0-7.fc36.src.rpm
Repository : fedora
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.