1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: pytest-mpl
Maintainer: Debian Astronomy Maintainers <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Leo Singer <leo.singer@ligo.org>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-matplotlib,
python3-pil,
python3-pytest,
python3-setuptools,
python3-setuptools-scm,
python3-packaging,
python3-jinja2
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pytest-mpl
Vcs-Git: https://salsa.debian.org/debian-astro-team/pytest-mpl.git
Homepage: https://github.com/matplotlib/pytest-mpl
Package: python3-pytest-mpl
Architecture: all
Multi-Arch: foreign
Depends: python3-matplotlib,
python3-pil,
python3-pytest,
libjs-bootstrap,
libjs-bootstrap4,
${misc:Depends},
${python3:Depends}
Description: pytest plugin for Matplotlib image comparison in Python 3
Matplotlib includes a number of test utilities and decorators, but these are
geared towards the nose testing framework. Pytest-mpl makes it easy to compare
figures produced by tests to reference images when using pytest.
.
This package provides the pytest plugin for Python 3.
|