File: control

package info (click to toggle)
pytest-forked 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: python: 154; makefile: 11; sh: 8
file content (53 lines) | stat: -rw-r--r-- 1,711 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
Source: pytest-forked
Priority: optional
Section: python
Maintainer: Scott Talbert <swt@techie.net>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends:
 debhelper (>= 12),
 dh-python,
 python-all,
 python3-all,
 python-setuptools,
 python3-setuptools,
 python-setuptools-scm,
 python3-setuptools-scm,
 python-pytest,
 python3-pytest,
 python-py,
 python3-py,
 pandoc
Standards-Version: 4.3.0
Homepage: https://github.com/pytest-dev/pytest-forked
Vcs-Git: https://salsa.debian.org/python-team/modules/pytest-forked.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pytest-forked

Package: python-pytest-forked
Architecture: all
Depends:
 python-py,
 python-pytest,
 ${misc:Depends},
 ${python:Depends}
Description: py.test plugin for running tests in forked subprocesses (Python 2)
 The pytest-forked plugin extends py.test by adding an option to run tests in
 isolated forked subprocesses. This is useful if you have tests involving C or
 C++ libraries that might crash the process. To use the plugin, simply use the
 --forked argument when invoking py.test.
 .
 This package contains pytest-forked for Python 2.

Package: python3-pytest-forked
Architecture: all
Depends:
 python3-py,
 python3-pytest,
 ${misc:Depends},
 ${python3:Depends}
Description: py.test plugin for running tests in forked subprocesses (Python 3)
 The pytest-forked plugin extends py.test by adding an option to run tests in
 isolated forked subprocesses. This is useful if you have tests involving C or
 C++ libraries that might crash the process. To use the plugin, simply use the
 --forked argument when invoking py.test.
 .
 This package contains pytest-forked for Python 3.