Skip to content

Commit 0f555f1

Browse files
committed
Remove matplotlib.sphinxext.tests from __init__.py
The following commit: matplotlib@291599d moved tests in sphinxext to matplotlib/tests but missed removing matplotlib.sphinxext.tests from matplotlib/__init__.py. This does not seem to affect testing using pytest directly, but fails when invoked using tests.py.
1 parent 3a811a2 commit 0f555f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,6 @@ def tk_window_focus():
13021302

13031303
default_test_modules = [
13041304
'matplotlib.tests',
1305-
'matplotlib.sphinxext.tests',
13061305
'mpl_toolkits.tests',
13071306
]
13081307

0 commit comments

Comments
 (0)