Package: python-nose-exclude / 0.2.0-3

Metadata

Package Version Patches format
python-nose-exclude 0.2.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fixes unit tests.patch | (download)

test_dirs/unittest/tests.py | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 fixes-unit-tests


0002 disable tests under python3.patch | (download)

tests.py | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 disable-tests-under-python3

Disable tests which are currently broken upstream for Python 3.
https://bitbucket.org/kgrandis/nose-exclude/issue/10/test-failures-with-python-3

0003 We can t use unittest.skipIf since this package must.patch | (download)

tests.py | 10 5 + 5 - 0 !
1 file changed, 5 insertions(+), 5 deletions(-)

 we can't use unittest.skipif() since this package must be compatible
 with wheezy-backports,
 and Python 2.6 in wheezy doesn't have unittest.skipIf().


0004 Fix the stupid bypasses because of weird test enviro.patch | (download)

tests.py | 19 10 + 9 - 0 !
1 file changed, 10 insertions(+), 9 deletions(-)

 fix the stupid bypasses because of weird test environment mysteries.