[IPython-dev] fixing warnings in python2.6

Fernando Perez fperez.net at gmail.com
Mon Mar 16 23:37:42 EDT 2009


On Mon, Mar 16, 2009 at 8:33 PM, Ondrej Certik <ondrej at certik.cz> wrote:

> I am getting:
>
> $ python2.5 scripts/iptest
> S...S.....................................................................................................................................................................................................................................................................................................................................................................................................................S..S..SS..SSS........
> ----------------------------------------------------------------------
> Ran 431 tests in 23.585s
>
> OK (SKIP=9)

That's about right, I've written tons of tests and made the testing
machinery more robust, so it picks up more doctests as well.  But that
number sounds right for the current trunk.

> Which is ok, but this is a disaster:
>
> $ scripts/iptest
[...]
> So I guess I should first install nosetests that work with python2.6.

Ouch.  You're in uncharted waters, man: I haven't tried to set up a
full 2.6 environment yet, to actually run the test suite there.  I've
lightly played with ipython in 2.6 and the sets thing is gone, but I
don't have a working nose (and twisted & friends) set up for 2.6 yet.

Let us know how it goes!

f



More information about the IPython-dev mailing list