Source: python-flaky Section: python Maintainer: Debian Python Team Uploaders: Alexandre Detiste , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-pytest , python3-pytest-xdist , python3-setuptools, Standards-Version: 4.7.3 Homepage: https://github.com/box/flaky Vcs-Git: https://salsa.debian.org/python-team/packages/python-flaky.git Vcs-Browser: https://salsa.debian.org/python-team/packages/python-flaky Testsuite: autopkgtest-pkg-python Package: python3-flaky Architecture: all Multi-Arch: foreign Depends: ${misc:Depends}, ${python3:Depends}, Recommends: ${python3:Recommends}, Suggests: ${python3:Suggests}, Description: Plugin for pytest that automatically reruns flaky tests 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.