Skip to content

Commit 9cc97cc

Browse files
committed
make giac doctesting/feature optional
1 parent 1a846b6 commit 9cc97cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/sage/features/giac.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self):
2424
True
2525
"""
2626
Executable.__init__(self, 'giac', executable='giac',
27-
spkg='giac', type='standard')
27+
spkg='giac', type='optional')
2828

2929
def all_features():
3030
return [Giac()]

src/sage/interfaces/giac.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: optional - giac
12
r"""
23
Pexpect Interface to Giac
34

0 commit comments

Comments
 (0)