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

Last updated: November 02,2024

1. Install "python3-flaky.noarch" package

This guide let you learn how to install python3-flaky.noarch on Fedora 35

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

2. Uninstall "python3-flaky.noarch" package

Here is a brief guide to show you how to uninstall python3-flaky.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:41:35 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-flaky
Version : 3.7.0
Release : 4.fc35
Architecture : noarch
Size : 39 k
Source : python-flaky-3.7.0-4.fc35.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.