[Python-Dev] [Python-checkins] r45721 - python/trunk/Lib/test/test_with.py

Tim Peters tim.peters at gmail.com
Fri Apr 28 02:13:30 CEST 2006


>> Author: tim.peters
>> Date: Wed Apr 26 03:15:53 2006
>> New Revision: 45721
>>
>> Modified:
>>    python/trunk/Lib/test/test_with.py
>> Log:
>> Rev 45706 renamed stuff in contextlib.py, but didn't rename
>> uses of it in test_with.py.  As a result, test_with has been skipped
>> (due to failing imports) on all buildbot boxes since.  Alas, that's
>> not a test failure -- you have to pay attention to the
>>
>>     1 skip unexpected on PLATFORM:
>>         test_with
>>
>> kinds of output at the ends of test runs to notice that this got
>> broken.

[Nick Coghlan]
> That would be my fault - I've got about four unexpected skips I actually
> expect because I don't have the relevant external modules built. I must have
> missed this new one joining the list.

Oh, I don't know.  It's always been dubious that regrtest.py treats
ImportError exactly the same as test_support.TestSkipped.  Hmm.  Think
I'll do something about that ;-)

> ...


More information about the Python-Dev mailing list