File: control

package info (click to toggle)
python-pytest-retry 1.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 208 kB
  • sloc: python: 658; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 1,012 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: 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.