File: control

package info (click to toggle)
python-pytest-cov 2.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 324 kB
  • sloc: python: 1,862; makefile: 6
file content (60 lines) | stat: -rw-r--r-- 2,029 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Source: python-pytest-cov
Section: python
Priority: optional
Maintainer: Federico Ceratto <federico@debian.org>
Build-Depends: debhelper (>= 11~)
Build-Depends-Indep:
 dh-python,
 python-all (>= 2.6.6-3~),
 python-coverage,
 python-setuptools,
 python3-all,
 python3-coverage,
 python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://github.com/schlamar/pytest-cov
Vcs-Git: https://salsa.debian.org/debian/python-pytest-cov.git
Vcs-Browser: https://salsa.debian.org/debian/python-pytest-cov
Testsuite: autopkgtest-pkg-python

X-Python-Version: >= 2.8
X-Python3-Version: >= 3.5
Package: python-pytest-cov
Architecture: all
Depends: ${misc:Depends},
 ${python:Depends},
 libjs-jquery,
 libjs-jquery-hotkeys,
 libjs-jquery-isonscreen,
 libjs-jquery-tablesorter,
 libjs-jquery-throttle-debounce,
 python-cov-core (>= 1.15.0-1),
 python-pytest (>= 3.0.6-1)
Provides: ${python:Provides}
Recommends: ${python:Recommends}
Description: py.test plugin to produce coverage reports
 This py.test plugin produces coverage reports. It supports both centralised
 and distributed testing across multiple hosts. It can run parallel tests on
 different platforms, architectures, and Python versions.
 It supports coverage of subprocesses and can produce reports in text, HTML,
 XML and annotated source code.

Package: python3-pytest-cov
Architecture: all
Depends: ${misc:Depends},
 ${python3:Depends},
 libjs-jquery,
 libjs-jquery-hotkeys,
 libjs-jquery-isonscreen,
 libjs-jquery-tablesorter,
 libjs-jquery-throttle-debounce,
 python3-cov-core (>= 1.12-1),
 python3-pytest (>= 2.5.2-1)
Provides: ${python3:Provides}
Recommends: ${python3:Recommends}
Description: py.test plugin to produce coverage reports for Python3
 This py.test plugin produces coverage reports. It supports both centralised
 and distributed testing across multiple hosts. It can run parallel tests on
 different platforms, architectures, and Python versions.
 It supports coverage of subprocesses and can produce reports in text, HTML,
 XML and annotated source code.