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 27 28 29
|
Source: pytest-rerunfailures
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Paul Wise <pabs@debian.org>,
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-pytest <!nocheck>,
python3-pytest-xdist <!nocheck>,
python3-setuptools,
Standards-Version: 4.7.0
Homepage: https://github.com/pytest-dev/pytest-rerunfailures
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-rerunfailures
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-rerunfailures.git
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-pybuild
Package: python3-pytest-rerunfailures
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: pytest plugin to re-run tests to eliminate flaky failures
pytest-rerunfailures is a plugin for pytest that
re-runs tests to eliminate intermittent failures.
|