File: control

package info (click to toggle)
pytest-helpers-namespace 2021.4.29-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 296 kB
  • sloc: python: 554; makefile: 163
file content (30 lines) | stat: -rw-r--r-- 975 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: pytest-helpers-namespace
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Benjamin Drung <benjamin.drung@ionos.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-pytest (>= 6),
 python3-setuptools (>= 50.3.2),
 python3-setuptools-scm (>= 3.4),
Rules-Requires-Root: no
Standards-Version: 4.6.0
Homepage: https://github.com/saltstack/pytest-helpers-namespace
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-helpers-namespace.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-helpers-namespace

Package: python3-pytest-helpers-namespace
Architecture: all
Depends:
 python3-pytest (>= 6),
 ${misc:Depends},
 ${python3:Depends},
Description: provides a namespace for pytest helpers
 Permits registering pytest helpers in conftest.py, which allows them
 to be used in a test without importing them.
 .
 This package contains the Python 3 module.