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
|
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://anonscm.debian.org/git/python-modules/packages/pytest-helpers-namespace.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-helpers-namespace.git
X-Python3-Version: >= 3.3
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.
|