File: control

package info (click to toggle)
pytest-runner 2.11.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 152 kB
  • sloc: python: 212; makefile: 6
file content (27 lines) | stat: -rw-r--r-- 972 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-runner
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Brian May <bam@debian.org>,
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-setuptools-scm,
Standards-Version: 4.0.0
Homepage: https://github.com/pytest-dev/pytest-runner
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-runner.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-runner

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