[Python-checkins] r74176 - in python/branches/release26-maint: Lib/test/test_os.py
Antoine Pitrou
solipsis at pitrou.net
Fri Jul 24 13:53:52 CEST 2009
<r.david.murray> writes:
>
> ........
> r74175 | r.david.murray | 2009-07-22 13:22:58 -0400 (Wed, 22 Jul 2009) |
4 lines
>
> Backport of fix for issue 6542: make sure
> test_os.TestInvalidFD.test_closerange does not close any
> valid file descriptors.
> ........
This checkin caused a buildbot failure with the following message:
test test_os failed -- Traceback (most recent call last):
File
"/home/buildbot/slave/py-build/2.6.norwitz-amd64/build/Lib/test/test_os.py",
line 568, in test_closerange
raise unittest.SkipTest(
AttributeError: 'module' object has no attribute 'SkipTest'
More information about the Python-checkins
mailing list