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.
