#14370: Run IPython tests with --colors=NoColor
------------------------------------------+---------------------------------
       Reporter:  jdemeyer                |         Owner:  was            
           Type:  defect                  |        Status:  positive_review
       Priority:  blocker                 |     Milestone:  sage-5.9       
      Component:  interfaces              |    Resolution:                 
       Keywords:                          |   Work issues:                 
Report Upstream:  N/A                     |     Reviewers:  John Palmieri  
        Authors:  Jeroen Demeyer          |     Merged in:                 
   Dependencies:  #12415, #14331, #13278  |      Stopgaps:                 
------------------------------------------+---------------------------------
Changes (by jhpalmieri):

  * status:  needs_review => positive_review
  * reviewer:  => John Palmieri


Comment:

 The code makes sense, and this seems to fix the problem. A minor fix:
 {{{
 #!diff
 diff --git a/sage/doctest/test.py b/sage/doctest/test.py
 --- a/sage/doctest/test.py
 +++ b/sage/doctest/test.py
 @@ -13,7 +13,7 @@
      sage: tests_dir = os.path.join(SAGE_SRC, 'sage', 'doctest', 'tests')
      sage: tests_env = dict(os.environ)

 -Unset :envvar:TERM when running doctests, see :trac:`14370`::
 +Unset :envvar:`TERM` when running doctests, see :trac:`14370`::

      sage: try:
      ....:     del tests_env['TERM']
 }}}
 Along these lines, is there a ticket to add files from the `doctest`
 directory to the reference manual?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14370#comment:12>
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