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 54 55
|
Source: python-pytest-xprocess
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
openstack-pkg-tools,
python3-all,
python3-setuptools,
python3-sphinx,
Build-Depends-Indep:
python3-py,
python3-pytest,
python3-psutil,
python3-setuptools-scm,
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/python-team/packages/python-pytest-xprocess.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-pytest-xprocess
Homepage: https://github.com/pytest-dev/pytest-xprocess/
Rules-Requires-Root: no
Package: python3-pytest-xprocess
Architecture: all
Depends:
python3-py,
python3-pytest,
python3-psutil,
${misc:Depends},
${python3:Depends},
Suggests:
python-pytest-xprocess-doc,
Description: pytest plugin for managing processes across test runs
Pytest has for objective to allow the developers to limit the boilerplate code
around the tests, promoting the use of built-in mechanisms such as the assert
keyword.
.
Pytest-xprocess is a pytest plugin for managing processes across test runs.
Package: python-pytest-xprocess-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: pytest plugin for managing processes across test runs - doc
Pytest has for objective to allow the developers to limit the boilerplate code
around the tests, promoting the use of built-in mechanisms such as the assert
keyword.
.
Pytest-xprocess is a pytest plugin for managing processes across test runs.
.
This package contains the documentation.
|