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
|
Source: pytest-astropy-header
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-pytest,
python3-setuptools
Standards-Version: 4.5.0
Homepage: https://github.com/astropy/pytest-astropy-header
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pytest-astropy-header
Vcs-Git: https://salsa.debian.org/debian-astro-team/pytest-astropy-header.git
Package: python3-pytest-astropy-header
Architecture: all
Depends: python3:any, ${misc:Depends}, ${python3:Depends}
Recommends: python3-astropy
Description: Include basic system dependencies in the header of pytest output
This plugin package provides a way to include information about the
system, Python installation, and select dependencies in the header of
the output when running pytest. It can be used with packages that are
not affiliated with the Astropy project, but is optimized for use
with astropy-related projects.
|