Source: pytest-regressions
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Pierre-Elliott Bécue <peb@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm,
               python3-sphinx,
               python3-sphinx-rtd-theme,
               python3-matplotlib <!nocheck>,
               python3-numpy <!nocheck>,
               python3-pandas <!nocheck>,
               python3-pil <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-datadir <!nocheck>,
               python3-yaml <!nocheck>,
Standards-Version: 4.7.2
Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/ESSS/pytest-regressions
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-regressions.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-regressions

Package: python3-pytest-regressions
Architecture: all
Depends: python3-pytest,
         ${misc:Depends},
         ${python3:Depends},
         ${sphinxdoc:Depends}
Description: pytest fixtures to write regression tests
 This plugin makes it simple to test general data, images, files, and numeric
 tables by saving expected data in a data directory (using pytest-datadir) that
 can be used to verify that future runs produce the same data.
 .
 This package provides the pytest plugin for Python 3 code.
