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

Junkshops junkshops at gmail.com
Tue May 22 15:44:02 EDT 2012


Hi Skipper,

> Otherwise, you might try doing
>
> nosetest --exe scipy
>
> though I can't imagine why the tests would have the executable bit set
> in your source directory.

That's the fix, and the reason the tests are executable is because my 
git repo is in a VirtualBox shared ntfs drive, so Linux permissions 
don't work and every single file in the repo is executable.

I think that if I do

|git config core.filemode false

|

I should be in good shape when I push, although if I'm wrong I'd 
definitely appreciate it if someone sets me right.

Thanks for the help,

Gavin

On 5/22/2012 11:20 AM, Skipper Seabold wrote:
> On Tue, May 22, 2012 at 11:39 AM, Junkshops<junkshops at gmail.com>  wrote:
>> 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.
>>
> How did you build scipy? This works fine for me, though you'll want to
> run the tests from the command line since you're not putting scipy on
> the path.
>
> [~/src/scipy-skipper] (master)
> |11 $ nosetests scipy
> <snip>
> ----------------------------------------------------------------------
> Ran 6116 tests in 387.441s
>
> FAILED (SKIP=28, errors=16, failures=19)
>
> Otherwise, you might try doing
>
> nosetest --exe scipy
>
> though I can't imagine why the tests would have the executable bit set
> in your source directory.
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20120522/d23c2712/attachment.html>


More information about the SciPy-Dev mailing list