Skip to content

Commit a58893c

Browse files
committed
src/sage/libs/eclib: needs sage.libs.eclib
Sage can now be built without the sage.libs.eclib.* extension modules, but when it is, all of the tests under sage.libs.eclib fail. Here we add "needs sage.libs.eclib" to the header of every (source code) file under sage.libs.eclib, to indicate that those tests should be skipped if the corresponding module was not built.
1 parent f666006 commit a58893c

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

src/sage/libs/eclib/constructor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
"Cremona modular symbols"
23

34

src/sage/libs/eclib/homspace.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
"Cremona modular symbols"
23

34
from cysignals.signals cimport sig_on, sig_off

src/sage/libs/eclib/interface.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
r"""
23
Sage interface to Cremona's ``eclib`` library (also known as ``mwrank``)
34

src/sage/libs/eclib/mat.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
"""
23
Cremona matrices
34
"""

src/sage/libs/eclib/mwrank.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
"""
23
Cython interface to Cremona's ``eclib`` library (also known as ``mwrank``)
34

src/sage/libs/eclib/newforms.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: needs sage.libs.eclib
12
"""
23
Modular symbols using eclib newforms
34
"""

0 commit comments

Comments
 (0)