File: control

package info (click to toggle)
python-pytest-toolbox 0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: python: 391; makefile: 29; sh: 6
file content (30 lines) | stat: -rw-r--r-- 910 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
Source: python-pytest-toolbox
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pydantic,
 python3-pytest,
 python3-pytest-timeout,
 python3-setuptools,
Standards-Version: 4.6.0.1
Homepage: https://github.com/samuelcolvin/pytest-toolbox
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-toolbox
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-toolbox.git
Rules-Requires-Root: no

Package: python3-pytest-toolbox
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: asorted useful plugins for pytest (Python3 version)
 Numerous useful plugins for pytest like fixtures, methods and comparison
 objects.
 .
 This package contains the Python 3 version of the library.