Source: pytest-order
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Julian Gilbey <jdg@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-sphinx <!nodoc>
Standards-Version: 4.6.0
Homepage: https://github.com/pytest-dev/pytest-order
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-order.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-order
Rules-Requires-Root: no

Package: python3-pytest-order
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Suggests: python-pytest-order-doc
Description: pytest plugin to order test execution
 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.

Package: python-pytest-order-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Built-Using: ${sphinxdoc:Built-Using}
Recommends: python3-pytest-order
Multi-Arch: foreign
Description: pytest plugin to order test execution (documentation)
 pytest-order is a pytest plugin that allows you to customize the order
 in which your tests are run. It uses the marker order that defines
 when a specific test shall run, either by using an ordinal number, or
 by specifying the relationship to other tests.
 .
 This package contains the pytest-order documentation in HTML format.
Build-Profiles: <!nodoc>
