-
-
Notifications
You must be signed in to change notification settings - Fork 652
Closed
Milestone
Description
With 9.8.beta0, the command
sage -t --optional=sage,internet src/sage/graphs/isgci.py
gives
sage -t --random-seed=77042496144687512046172744154893811378 src/sage/graphs/isgci.py
**********************************************************************
File "src/sage/graphs/isgci.py", line 871, in sage.graphs.isgci.GraphClasses.update_db
Failed example:
graph_classes.update_db() # optional - internet
Expected nothing
Got:
Database downloaded
**********************************************************************
1 item had failures:
1 of 2 in sage.graphs.isgci.GraphClasses.update_db
[86 tests, 1 failure, 2.26 s]
----------------------------------------------------------------------
sage -t --random-seed=77042496144687512046172744154893811378 src/sage/graphs/isgci.py # 1 doctest failed
----------------------------------------------------------------------
Component: doctest coverage
Author: Sébastien Labbé
Branch/Commit: 1ef60e4
Reviewer: David Coudert
Issue created by migration from https://trac.sagemath.org/ticket/34612