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

Last updated: October 07,2024

1. Install "python3-flaky.noarch" package

Please follow the guidelines below to install python3-flaky.noarch on Fedora 34

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

2. Uninstall "python3-flaky.noarch" package

This guide let you learn how to uninstall python3-flaky.noarch on Fedora 34:

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

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

Last metadata expiration check: 2:20:31 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-flaky
Version : 3.7.0
Release : 2.fc34
Architecture : noarch
Size : 40 k
Source : python-flaky-3.7.0-2.fc34.src.rpm
Repository : fedora
Summary : Plugin for nose or py.test that automatically reruns flaky tests
URL : https://github.com/box/flaky
License : ASL 2.0
Description : Flaky is a plugin for nose or 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.