File: control

package info (click to toggle)
pytest-rerunfailures 9.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: python: 540; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 838 bytes parent folder | download
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: 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-python,
 python3-all,
 python3-pytest (>= 5.0),
 python3-setuptools (>= 40),
Standards-Version: 4.5.1
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

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.