#9921: nose testing suite as an optional spkg
-------------------------------------+--------------------------------------
       Reporter:  jason              |         Owner:  tbd                      
       
           Type:  enhancement        |        Status:  positive_review          
       
       Priority:  major              |     Milestone:  sage-5.7                 
       
      Component:  optional packages  |    Resolution:                           
       
       Keywords:  sd41               |   Work issues:                           
       
Report Upstream:  N/A                |     Reviewers:  Karl-Dieter Crisman, 
Martin Raum
        Authors:  John Palmieri      |     Merged in:                           
       
   Dependencies:                     |      Stopgaps:                           
       
-------------------------------------+--------------------------------------
Description changed by jdemeyer:

Old description:

> Several projects we depend on use nose to do self-tests.  In order to
> test these packages, we'd have to have nose installed.
>
> This is fairly simple without an spkg:
>
> {{{
> wget http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz # or
> the latest version at http://pypi.python.org/pypi/nose/
> tar xzvf nose-1.1.2.tar.gz
> cd nose-1.1.2
> sage -python setup.py install
> }}}
>
> However, it might make sense to have nose be an optional spkg.
>
> Matplotlib relies on nose to do tests
> (http://matplotlib.sourceforge.net/devel/coding_guide.html#testing), as
> well as numpy/scipy
> (http://projects.scipy.org/numpy/wiki/TestingGuidelines).
>
> ---------------
>
> New spkg:
> [http://sage.math.washington.edu/home/palmieri/SPKG/nose-1.1.2.spkg
> version 1.1.2].
>
> (Alternate spkg
> [http://sage.math.washington.edu/home/palmieri/SPKG/nose-1.1.3.git20120614.spkg
> version 1.1.3 from git].)
>
> Apply [attachment:trac_9921-nose-scripts.patch] to the scripts repo.

New description:

 Several projects we depend on use nose to do self-tests.  In order to test
 these packages, we'd have to have nose installed.

 This is fairly simple without an spkg:

 {{{
 wget http://pypi.python.org/packages/source/n/nose/nose-1.1.2.tar.gz # or
 the latest version at http://pypi.python.org/pypi/nose/
 tar xzvf nose-1.1.2.tar.gz
 cd nose-1.1.2
 sage -python setup.py install
 }}}

 However, it might make sense to have nose be an optional spkg.

 Matplotlib relies on nose to do tests
 (http://matplotlib.sourceforge.net/devel/coding_guide.html#testing), as
 well as numpy/scipy
 (http://projects.scipy.org/numpy/wiki/TestingGuidelines).

 ---------------

 New spkg:
 [http://sage.math.washington.edu/home/palmieri/SPKG/nose-1.1.2.spkg
 version 1.1.2].

 Apply [attachment:trac_9921-nose-scripts.patch] to the scripts repo.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9921#comment:30>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to