[SciPy-Dev] scipy.test() runs 0 tests

Junkshops junkshops at gmail.com
Tue May 22 11:39:02 EDT 2012


Hi all,

Hopefully I'm not doing something too stupid here, but I've googled 
around quite a bit and can't seem to find any tips. Perhaps my google-fu 
is not strong enough. Anyway, I built scipy 0.11.0 in place, seemingly 
successfully, in ~/git/scipy. Ubuntu version is 12.04. I haven't added 
scipy 0.11 to the pypath yet so I'm running in the parent dir.

js at ubuntuVB12:~/git/scipy$ sudo aptitude install python-nose
<snip>
Setting up python-nose (1.1.2-3) ...

js at ubuntuVB12:~/git/scipy$ python
Python 2.7.3 (default, Apr 20 2012, 22:39:59)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
 >>> import scipy
 >>> scipy.test()
Running unit tests for scipy
NumPy version 1.6.1
NumPy is installed in /usr/lib/python2.7/dist-packages/numpy
SciPy version 0.11.0.dev-3852ce2
SciPy is installed in scipy
Python version 2.7.3 (default, Apr 20 2012, 22:39:59) [GCC 4.6.3]
nose version 1.1.2

----------------------------------------------------------------------
Ran 0 tests in 0.161s

OK
<nose.result.TextTestResult run=0 errors=0 failures=0>
 >>> scipy.test("full")
<snip>

----------------------------------------------------------------------
Ran 0 tests in 0.139s

OK
<nose.result.TextTestResult run=0 errors=0 failures=0>

Anyone have any idea what I'm doing wrong?

Thanks very much, Gavin




More information about the SciPy-Dev mailing list