nose2 0.14.0-2 source package in Ubuntu

Changelog

nose2 (0.14.0-2) unstable; urgency=medium

  * Team upload.
  * add patch for Python 3.12 compatibility (Closes: #1058158)
  * remove extraneous dependency on python3-six (Closes: #1055467)
  * remove obsolete python3-mock build dep

 -- Alexandre Detiste <email address hidden>  Wed, 10 Jan 2024 02:37:25 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe python
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nose2_0.14.0-2.dsc 2.2 KiB 0dc154dcc0a023c6dd71c3656d4758f7f176694cc6fa8a103e9086ddc05153f8
nose2_0.14.0.orig.tar.gz 163.4 KiB 5c28d770a0b9a702862bd6c3755ba2cd2f7994dd518c982e5ce298d7f37466a4
nose2_0.14.0-2.debian.tar.xz 10.6 KiB f1cfe3a2cbe60197f238f823869510e42153062a1e6b285565bf9da0b5f3d384

Available diffs

No changes file available.

Binary packages built by this source

python-nose2-doc: Next generation of nicer testing for Python2/3 (documentation)

 Nose2 is testing library aimed at being compatible with unittest and
 providing additional features, such as timed tests, better testing for
 exceptions. It also provides fixture methods at the package, module, class or
 test case level, depending on the developer's needs.
 .
 At an extended level, nose2 also provides a lot of builtin plugins to help
 with specific needs, including tests coverage, profiling, or doctests.
 .
 Nose2 is based on the Nose testsuite, which is no longer developed. It
 provides a better plugin API and supports Python2 and Python3 from the same
 codebase.
 .
 This package provides the sphinx-generated documentation of nose2.

python3-nose2: Next generation of nicer testing for Python3

 Nose2 is testing library aimed at being compatible with unittest and
 providing additional features, such as timed tests, better testing for
 exceptions. It also provides fixture methods at the package, module, class or
 test case level, depending on the developer's needs.
 .
 At an extended level, nose2 also provides a lot of builtin plugins to help
 with specific needs, including tests coverage, profiling, or doctests.
 .
 Nose2 is based on the Nose testsuite, which is no longer developed. It
 provides a better plugin API and supports Python2 and Python3 from the same
 codebase.
 .
 This package provides the python3 version of nose2.