Source: python-pytest-retry Maintainer: Debian Python Team Uploaders: Michael R. Crusoe Section: python Testsuite: autopkgtest-pkg-pybuild Priority: optional Build-Depends: debhelper-compat (= 13), pybuild-plugin-pyproject, python3-setuptools, dh-sequence-python3, python3-all, python3-pytest Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-retry Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-retry.git Homepage: https://github.com/str0zzapreti/pytest-retry Rules-Requires-Root: no Package: python3-pytest-retry Architecture: all Depends: ${misc:Depends}, ${python3:Depends} Enhances: python3-pytest Description: Adds the ability to retry flaky tests in pytest A plugin for Pytest which adds the ability to retry flaky tests, thereby improving the consistency of the test suite results.