How to Install and Uninstall python3-flaky.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 07,2024

1. Install "python3-flaky.noarch" package

Please follow the instructions below to install python3-flaky.noarch on Red Hat Enterprise Linux 9 (RHEL 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

3. Information about the python3-flaky.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:27:31 ago on Mon Feb 26 07:04:30 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.