[IPython-dev] Strange test failure on Shining Panda with parallel tests...

MinRK benjaminrk at gmail.com
Sun Apr 15 14:42:20 EDT 2012


On Sun, Apr 15, 2012 at 01:16, Fernando Perez <fperez.net at gmail.com> wrote:

> Hey Min,
>
> this one looks odd to me, b/c the tests do pass just fine on my
> system, but for some reason the ar_sugar merge is causing trouble on
> one of the linux build bots:
>
>
> https://jenkins.shiningpanda.com/ipython/job/ipython-multi/PLATFORM=debian6,PYTHON=CPython-2.6/67/console
>
> Any idea what's going on there?  Those attributes were all added in
> that PR, so I'm not sure why they're not being found...
>

They are properties, and I override `__getattr__()` for metadata access, so
for some reason Python 2.6 handles this differently than Python ≥ 2.7.
 I'll try to nail this one down.


>
> Cheers,
>
> f
> _______________________________________________
> IPython-dev mailing list
> IPython-dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20120415/d5a479df/attachment.html>


More information about the IPython-dev mailing list