[Numpy-discussion] Weird Travis-CI bugs in the release 1.7.x branch

Nathaniel Smith njs at pobox.com
Mon Dec 3 22:10:50 EST 2012


On 4 Dec 2012 02:27, "Ondřej Čertík" <ondrej.certik at gmail.com> wrote:
>
> Hi,
>
> I started to work on the release again and noticed weird failures at
Travis-CI:
[…]
>   File
"/home/travis/virtualenv/python2.5/lib/python2.5/site-packages/numpy/core/tests/test_iterator.py",

The problem is that Travis started installing numpy in all python
virtualenvs by default, and our Travis build script just runs setup.py
install, which is too dumb to notice that there is a numpy already
installed and just overwrites it. The file mentioned above doesn't even
exist in 1.7, it's left over from the 1.6 install.

I did a PR to fix this in master a few days ago, you want to back port
that. (Sorry for lack of link, I'm on my phone.)

> P.S. My thesis was finally approved by the grad school today,
> doing some final changes took more time than expected, but
> I think that I am done now.

Congratulations Dr. Čertík!

-n
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20121204/005d1fff/attachment.html>


More information about the NumPy-Discussion mailing list