File: control

package info (click to toggle)
pytest-dependency 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 372 kB
  • sloc: python: 1,542; makefile: 66; sh: 8
file content (43 lines) | stat: -rw-r--r-- 1,707 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
Source: pytest-dependency
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bastian Germann <bastiangermann@fishpost.de>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-pytest,
               python3-sphinx <!nodoc>,
               python3-sphinx-rtd-theme <!nodoc>
Standards-Version: 4.5.1
Homepage: https://github.com/RKrahl/pytest-dependency
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-dependency
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-dependency.git
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no

Package: python3-pytest-dependency
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: python-pytest-dependency-doc
Description: Manages dependencies of pytest test cases (Python 3)
 This pytest plugin manages dependencies of tests.  It allows one to mark
 some tests as dependent from other tests.  These tests will then be
 skipped if any of the dependencies failed or were skipped.
 .
 This package installs the library for Python 3.

Package: python-pytest-dependency-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Build-Profiles: <!nodoc>
Depends: ${sphinxdoc:Depends}, ${misc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Description: Manages dependencies of pytest test cases (common documentation)
 This pytest plugin manages dependencies of tests.  It allows one to mark
 some tests as dependent from other tests.  These tests will then be
 skipped if any of the dependencies failed or were skipped.
 .
 This is the common documentation package.