File: control

package info (click to toggle)
pytest-repeat 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 116 kB
  • sloc: python: 301; sh: 12; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,069 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
27
Source: pytest-repeat
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               pybuild-plugin-pyproject,
               python3-all,
               python3-hatch-vcs,
               python3-hatchling,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-repeat
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-repeat.git
Rules-Requires-Root: no
Homepage: https://github.com/pytest-dev/pytest-repeat

Package: python3-pytest-repeat
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: pytest-repeat is a plugin for pytest to repeat tests under certain conditions
 pytest-repeat is a plugin for pytest that makes it easy to repeat a single
 test, or multiple tests, a specific number of times.