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
|
Source: nose
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Torsten Marek <shlomme@debian.org>,
Dmitry Shachnev <mitya57@debian.org>,
Brian May <bam@debian.org>
Section: python
Testsuite: autopkgtest-pkg-python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-coverage,
python3-lib2to3,
python3-setuptools,
python3-sphinx
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/python-team/packages/nose
Vcs-Git: https://salsa.debian.org/python-team/packages/nose.git
Homepage: https://nose.readthedocs.io/en/latest/
Rules-Requires-Root: no
Package: python-nose-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: documentation for discovery and running for Python's unittest
nose provides an alternate test discovery and running process for
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic
.
This package provides the documentation for nose.
Package: python3-nose
Architecture: all
Multi-Arch: foreign
Depends: python3-pkg-resources,
${misc:Depends},
${python3:Depends}
Suggests: python-nose-doc
Description: test discovery and running for Python3 unittest
nose provides an alternate test discovery and running process for Python3
unittest, one that is intended to mimic the behavior of py.test as
much as is reasonably possible without resorting to too much magic
|