nose2 0.7.3-2 source package in Ubuntu

Changelog

nose2 (0.7.3-2) unstable; urgency=medium

  * Get rid of git-dpm tool, switch to gbp
  * Add d/p/0002 to fix reproducibility issues. The way to do so is by sorting
    a plugin set before they're loaded. This loading occurs for all calls to
    nose2, including -h option. The fact that the plugin list was in a set did
    introduce some non-deterministic order in the manpage options.
  * Add d/p/0003 to fix a documentation issue in docs/plugins/mp.py.
    The MultiProcess.procs attribute had a default to
    multiprocessing.cpu_count(). As the defaults are fetched for docs
    building, this introduces a reproducibility issue and potential others
    weird things. This patch is to set a default value to 0 in a _procs
    variable, and then rely on a getter/setter to get/set "procs" at an
    appropriate value if 0 is kept (ie no configuration or configuration set
    to 0).
  * d/python-nose2-doc.links:
    - Fix the _sources link
  * d/copyright:
    - Copyright format url via HTTPS instead of HTTP

 -- Pierre-Elliott Bécue <email address hidden>  Tue, 23 Jan 2018 22:54:06 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nose2_0.7.3-2.dsc 2.3 KiB 348d039b07ebbbd097680eb52671938b1405b286824692d0c1a681653621cad8
nose2_0.7.3.orig.tar.gz 136.5 KiB 5c79a2e46ad76999ca1ec7a83080424ed134eafaaf90b6e7554ebdf85aea6f23
nose2_0.7.3-2.debian.tar.xz 8.2 KiB 110e8fb181674b7859327d011e6fee69ccbbbadccd74d2002cf20c36d1b3636c

Available diffs

No changes file available.

Binary packages built by this source

python-nose2: Next generation of nicer testing for Python2

 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 python2 version of nose2.

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.