[Python-Dev] Python unit tests failing on Pybots farm

Brett Cannon brett at python.org
Fri Oct 20 00:25:15 CEST 2006


On 10/19/06, Grig Gheorghiu <grig.gheorghiu at gmail.com> wrote:
>
> The latest trunk checkin caused almost all Pybots to fail when running
> the Python unit tests.
>
> 273 tests OK.
> 12 tests failed:
>     test___all__ test_calendar test_capi test_datetime test_email
>     test_email_renamed test_imaplib test_mailbox test_strftime
>     test_strptime test_time test_xmlrpc
>
> Here's the status page:
>
> http://www.python.org/dev/buildbot/community/trunk/
>
> Not sure why the official Python buildbot farm is all green and
> happy....maybe a difference in how the steps are running?


Possibly.  If you look at the reason those tests failed it is because
time.strftime is missing for some odd reason.  But none of recent checkins
seem to have anything to do with the 'time' module, let alone with how
methods are added to modules (Martin's recent checkins have been for
PyArg_ParseTuple).

-Brett
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20061019/8a7688ad/attachment.html 


More information about the Python-Dev mailing list