Source: python-pytest-cases
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Francesco Ballarin <ballarin@debian.org>,
Section: python
Testsuite: autopkgtest-pkg-pybuild
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-decopatch,
 python3-makefun,
 python3-setuptools,
 python3-setuptools-scm,
 python3-pytest,
 python3-pytest-asyncio <!nocheck>,
Standards-Version: 4.7.4
Homepage: https://github.com/smarie/python-pytest-cases
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-cases
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-cases.git

Package: python3-pytest-cases
Architecture: all
Depends:
 ${python3:Depends},
 ${misc:Depends},
Description: Separate test code from test cases in pytest (Python 3)
 pytest-cases is a library that assists in decoupling test code from
 the specific data they operate on.
 .
 This package installs the library for Python 3.
