Skip to content

Commit f114a57

Browse files
committed
src.sage.rings.valuation.mapped_valuation: drop two TestSuite() tests
These have been moved to pytest and no longer need to be run as doctests.
1 parent 65625c9 commit f114a57

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/sage/rings/valuation/mapped_valuation.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,6 @@ class FiniteExtensionFromLimitValuation(FiniteExtensionFromInfiniteValuation):
595595
[[ (x - 1)-adic valuation, v(y + 1) = 1 ]-adic valuation,
596596
[ (x - 1)-adic valuation, v(y - 1) = 1 ]-adic valuation]
597597
598-
TESTS::
599-
600-
sage: TestSuite(w[0]).run() # long time # needs sage.rings.function_field
601-
sage: TestSuite(w[1]).run() # long time # needs sage.rings.function_field
602598
"""
603599
def __init__(self, parent, approximant, G, approximants):
604600
r"""

0 commit comments

Comments
 (0)