Commit 77f65e8
Deprecate matplotlib.test()
This is not a function that can be easily executed by the end user with
a standard setup. Testing requires substantial setup such as installing
additional dependencies and reference data. A function
`matplotlib.test()` gives the false impression that a user can simply
call it to verify if Matplotlib is working correctly. Running pytest
explicitly has become a de-facto standard and allows users to customize
the run by various command line arguments. There is no point in having
a second own and more limited entry point to tests.1 parent 9e8c8fa commit 77f65e8
File tree
3 files changed
+13
-8
lines changed- doc
- api/next_api_changes/deprecations
- devel
- lib/matplotlib
3 files changed
+13
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | 60 | | |
69 | 61 | | |
70 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1211 | 1211 | | |
1212 | 1212 | | |
1213 | 1213 | | |
| 1214 | + | |
1214 | 1215 | | |
1215 | 1216 | | |
1216 | 1217 | | |
| |||
0 commit comments