>> 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 ;-)

> ...
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to