#5309: mark some doctests in misc/package.py #optional - internet
---------------------+------------------------------------------------------
Reporter: was | Owner: mabshoff
Type: defect | Status: new
Priority: blocker | Milestone: sage-3.3
Component: doctest | Keywords:
---------------------+------------------------------------------------------
{{{
sage -t -long "devel/sage/sage/misc/package.py"
**********************************************************************
File
"/Users/wstein/build/build/sage-3.3.rc2/devel/sage/sage/misc/package.py",
line 50:
sage: sage.misc.package.install_all_optional_packages(dry_run=True)
Expected:
Installing ...
[]
Got:
Using SAGE Server http://www.sagemath.org//packages
http://www.sagemath.org//packages/optional/list -->
/Users/wstein/build/build/sage-3.3.rc2/tmp/list
[Errno socket error] (8, 'nodename nor servname provided, or not
known')
SOLUTION: This was caused by the networking being down during this test.
These tests should be marked # optional, since doctesting sage *must* not
require an external network connection.
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5309>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---