Source: pytest
Section: python
Priority: optional
Maintainer: Steven Pusser <stevep@mxlinux.org>
XSBC-Original-Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Timo Röhling <roehling@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               dh-sequence-sphinxdoc <!nodoc>,
               furo <!nodoc>,
               lsof <!nocheck>,
               pybuild-plugin-pyproject,
               python-numpy-doc <!nodoc>,
               python-setuptools-doc <!nodoc>,
               python3-all,
               python3-argcomplete <!nocheck>,
               python3-attr <!nocheck>,
               python3-doc <!nodoc>,
               python3-hypothesis <!nocheck>,
               python3-iniconfig,
               python3-numpy <!nocheck>,
               python3-packaging,
               python3-pluggy (>= 1.6.0),
               python3-pygments <!nocheck>,
               python3-requests <!nocheck>,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx <!nodoc>,
               python3-sphinx-inline-tabs <!nodoc>,
               python3-sphinx-issues <!nodoc>,
               python3-sphinxcontrib-towncrier <!nodoc>,
               python3-xmlschema <!nocheck>
Standards-Version: 4.7.4
Homepage: https://pytest.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest
Testsuite: autopkgtest-pkg-pybuild

Package: python-pytest-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Recommends: python3-pytest
Multi-Arch: foreign
Description: Simple, powerful testing in Python - Documentation
 This testing tool has for objective to allow the developers to limit the
 boilerplate code around the tests, promoting the use of built-in
 mechanisms such as the `assert` keyword.
 .
 This package contains the documentation for pytest.

Package: python3-pytest
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: python3-pytest-subtests (<< 0.15.0+)
Replaces: python3-pytest-subtests (<< 0.15.0+)
Provides: python3-pytest-subtests
Recommends: python3-pygments
Description: Simple, powerful testing in Python3
 This testing tool has for objective to allow the developers to limit the
 boilerplate code around the tests, promoting the use of built-in
 mechanisms such as the `assert` keyword.
 .
 This package provides the Python 3 module and the pytest script.

Package: python3-pytest-subtests
Section: oldlibs
Architecture: all
Depends: python3-pytest, ${misc:Depends}
Description: Subtests fixture plugin for pytest (transitional dummy package)
 This package used to provide unittest subTest() support and a subtests
 fixture, adding support for TestCase.subTest and providing similar
 functionality for pure pytest tests.
 .
 Starting with Pytest 9, this functionality has been integrated into Pytest
 itself. This is now a transitional dummy package to ease upgrades and can
 be safely removed.
