Name: | python3-flaky |
---|---|
Version: | 3.8.1 |
Release: | 5.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 135986 |
License: | Apache-2.0 |
RPM: | python3-flaky-3.8.1-5.el10_0.noarch.rpm |
Source RPM: | python-flaky-3.8.1-5.el10_0.src.rpm |
Build Date: | Fri Dec 20 2024 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/box/flaky |
Summary: | Plugin for pytest that automatically reruns flaky tests |
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. |