[IPython-dev] Multi-directory support landed in master
Zoltán Vörös
zvoros at gmail.com
Thu Oct 24 06:21:11 EDT 2013
On 23/10/13 20:21, Paul Ivanov wrote:
> Two things:
>
> MinRK, on 2013-10-22 18:58, wrote:
>> Give it a test drive, and let us know what you find.
> 1. run `iptest` which will run the full IPython test suite
> (`iptest --fast` will run the test suite in parallel with as many
> cores as you have)
I have run the test, and it failed 13 times out of 13. In all cases the
source of the error was a missing package:
> Traceback (most recent call last):
File "<string>", line 1, in <module>
File "IPython/testing/iptest.py", line 519, in run_iptest
ImportError: cannot import name globalipapp
Where should this be gotten from? It seems not to be a standard python
package. However,
> iptest all
returns OK. Is this what is supposed to happen? The docs are a bit
inconsistent on this issue.
> 2. If you do 1, you will likely find out that the html test suite
> does *not* get run, and the test suite summary will report that
> tornado is among the libraries NOT available at test time. That's
> because we now depend on tornado 3.1 (even though running the
> notebook server with older version of tornado will mostly work
> for now). Logic to report and notify users of their outdated
> tornado will be put in place in a future PR.
IPython doesn't work anymore with earlier versions of tornado, but I
could fix that with
> pip install tornado
Cheers,
Zoltán
More information about the IPython-dev
mailing list