We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90dfdbc commit dfbaaa8Copy full SHA for dfbaaa8
lib/matplotlib/__init__.py
@@ -1278,12 +1278,6 @@ def is_interactive():
1278
return rcParams['interactive']
1279
1280
1281
-default_test_modules = [
1282
- 'matplotlib.tests',
1283
- 'mpl_toolkits.tests',
1284
-]
1285
-
1286
1287
def _init_tests():
1288
# The version of FreeType to install locally for running the
1289
# tests. This must match the value in `setupext.py`
0 commit comments