File: control

package info (click to toggle)
pytest-astropy 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 100 kB
  • sloc: python: 49; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download
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
Source: pytest-astropy
Section: python
Priority: optional
Maintainer: Debian Astro Team <debian-astro-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-pytest (>= 3.1),
               python3-pytest-arraydiff (>= 0.1),
               python3-pytest-doctestplus (>= 0.2.0),
               python3-pytest-openfiles (>= 0.3.1),
               python3-pytest-remotedata (>= 0.3.1),
               python3-setuptools
Standards-Version: 4.2.1
Homepage: https://github.com/astropy/pytest-astropy
Vcs-Browser: https://salsa.debian.org/debian-astro-team/pytest-astropy
Vcs-Git: https://salsa.debian.org/debian-astro-team/pytest-astropy.git

Package: python3-pytest-astropy
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3:any
Description: Pytest dependencies for Astropy and affiliated packages
 This is a metapackage that pulls in the dependencies that are used by
 astropy and some affiliated packages for testing. It can also be
 used for testing packages that are not affiliated with the Astropy
 project.