summaryrefslogtreecommitdiff
path: root/debian/control
blob: adc37ba13b11c25f8accb3e08c3079a169c45321 (plain)
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
Source: pytest-helpers-namespace
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Sean Whitton <spwhitton@spwhitton.name>,
Build-Depends:
 debhelper (>= 10),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.1.1
Homepage: https://github.com/saltstack/pytest-helpers-namespace
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-helpers-namespace.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-helpers-namespace

Package: python3-pytest-helpers-namespace
Architecture: all
Depends:
 ${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.