Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit be8a401

Browse files
author
Matthias Koeppe
committed
src/sage/tests/all.py: Remove deprecated imports
1 parent ebd5a99 commit be8a401

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/sage/tests/all.py

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,2 @@
11
"""
2-
TESTS:
3-
4-
Test the deprecation warnings::
5-
6-
sage: tests.CompleteMatchings
7-
doctest:warning
8-
...
9-
DeprecationWarning:
10-
Importing CompleteMatchings from here is deprecated. If you need to use it, please import it directly from sage.tests.arxiv_0812_2725
11-
See https://trac.sagemath.org/27337 for details.
12-
<function CompleteMatchings at ...>
13-
sage: tests.modsym
14-
doctest:warning
15-
...
16-
DeprecationWarning:
17-
Importing modsym from here is deprecated. If you need to use it, please import it directly from sage.modular.modsym.tests
18-
See https://trac.sagemath.org/27337 for details.
19-
<class ...sage.modular.modsym.tests.Test...>
202
"""
21-
22-
from sage.misc.lazy_import import lazy_import
23-
lazy_import('sage.modular.modsym.tests', 'Test', as_='modsym', deprecation=27337)
24-
lazy_import('sage.tests.arxiv_0812_2725', '*', deprecation=27337)

0 commit comments

Comments
 (0)