1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: python-pytest-retry
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Michael R. Crusoe <crusoe@debian.org>
Section: python
Testsuite: autopkgtest-pkg-pybuild
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-setuptools,
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.
|