Wed, 08 Apr 2026 22:08:17 CST | login

Information for build python-flaky-3.7.0-6.oc9

ID20288
Package Namepython-flaky
Version3.7.0
Release6.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/python-flaky.git?.#3527e85927e97e54fc496fd1d640239ae895ed7f
SummaryPlugin for pytest that automatically reruns flaky tests
DescriptionFlaky 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.
Built bydenisecheng
State complete
Volume DEFAULT
StartedTue, 16 Jan 2024 18:38:43 CST
CompletedTue, 16 Jan 2024 18:39:58 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/python-flaky.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/python-flaky.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
python-flaky-3.7.0-6.oc9.src.rpm (info) (download)
noarch
python3-flaky-3.7.0-6.oc9.noarch.rpm (info) (download)
Logs
noarch
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Sep 19 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.7.0-6 - Rebuilt for python 3.11 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.7.0-5 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.7.0-4 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.7.0-3 - Rebuilt for OpenCloudOS Stream 23 * Mon Feb 20 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.7.0-2 - fixed some comments * Mon Feb 20 2023 Zhao Zhen <jeremiazhao@tencent.com> - 3.7.0-1 - Initial