Package python3-module-flaky: Information
Source package: python3-module-flaky
Version: 3.8.1-alt1
Build time: Apr 1, 2024, 02:20 PM in the task #344119
Category: Development/Python3
Report package bugHome page: https://pypi.org/project/flaky
License: Apache-2.0
Summary: Plugin for nose or py.test that automatically reruns flaky tests
Description:
Flaky is a plugin for 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.
Maintainer: Grigory Ustinov
Last changed
April 1, 2024 Grigory Ustinov 3.8.1-alt1
- Automatically updated to 3.8.1.
March 11, 2024 Grigory Ustinov 3.8.0-alt1
- Automatically updated to 3.8.0. - Built with check.
May 30, 2022 Grigory Ustinov 3.7.0-alt2
- Removed nose dependency.