File: control

package info (click to toggle)
pytest-runner 2.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 50
  • sloc: python: 122; makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,204 bytes parent folder | download | duplicates (2)
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
Source: pytest-runner
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>=9), dh-python,
 python-all (>= 2.6.6-3~), python-setuptools, python-setuptools-scm,
 python3-all, python3-setuptools, python3-setuptools-scm,
Standards-Version: 3.9.7
Homepage: https://github.com/pytest-dev/pytest-runner
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/pytest-runner.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/pytest-runner.git

Package: python-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Invoke py.test as distutils command with dependency resolution
 Setup scripts can use pytest-runner to add setup.py test support for pytest
 runner.
 .
 This package contains the Python 2 module.

Package: python3-pytest-runner
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Invoke py.test as distutils command with dependency resolution
 Setup scripts can use pytest-runner to add setup.py test support for pytest
 runner.
 .
 This package contains the Python 3 module.