nose 1.3.3-2 source package in Ubuntu RTM

Changelog

nose (1.3.3-2) unstable; urgency=low


  * Add patch to make sure we call super constructor for LazySuite. Without
    this, tests fail under Python3.4 as _removed_tests not defined. Patch
    copied from https://github.com/nose-devs/nose/pull/811 which has been
    included upstream in git. Closes: #757640.

 -- Brian May <email address hidden>  Mon, 11 Aug 2014 09:21:01 +1000

Upload details

Uploaded by:
Gustavo Noronha Silva
Uploaded to:
Sid
Original maintainer:
Gustavo Noronha Silva
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
14.09-factory release main python
14.09 release main python

Builds

Utopic: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
nose_1.3.3-2.dsc 2.3 KiB d2597d9ba939b72610e9cb14d5804d052a27c2062146457ff9ede8258f5b423b
nose_1.3.3.orig.tar.gz 268.5 KiB b40c2ff268beb85356ada25f626ca0dabc89705f31051649772cf00fc9510326
nose_1.3.3-2.debian.tar.xz 7.7 KiB e531119ee9e428974219b4e9cd5e3e683731606afcc4b6e59fa5cfb228d746a8

Available diffs

No changes file available.

Binary packages built by this source

python-nose: test discovery and running of 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

python-nose-doc: 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.

python3-nose: 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