bobber6467 / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

Selftest failures on python-3.2 #389

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python3 setup.py build_tests
2. python3 selftest.py
3.

What is the expected output? What do you see instead?
all tests pass

I'll attach complete log of a build showing multiple tests failing.

What version of the product are you using? On what operating system?

nose 1.0 on Fedora 15 (the version currently in development)
Currently with python-3.2b2

Please provide any additional information below.

Original issue reported on code.google.com by a.bad...@gmail.com on 4 Jan 2011 at 12:05

GoogleCodeExporter commented 8 years ago
build.log of the build that shows the failing python3 unittests at the end.

Original comment by a.bad...@gmail.com on 4 Jan 2011 at 12:08

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in revision 211cabb6719b and will go out in 1.0.1

For the record, SkipTest needed to be handled a little differently in 3.2.  
Thanks for the bug report.

Original comment by kumar.mcmillan on 21 Mar 2011 at 4:12