Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bd4f6fd

Browse files
committed
Fixed tests after rebase.
1 parent 747b849 commit bd4f6fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ class StandardReportWithExclusions(pep8.StandardReport):
3030
'*/matplotlib/font_manager.py',
3131
'*/matplotlib/fontconfig_pattern.py',
3232
'*/matplotlib/gridspec.py',
33-
'*/matplotlib/image.py',
3433
'*/matplotlib/legend.py',
3534
'*/matplotlib/legend_handler.py',
3635
'*/matplotlib/mathtext.py',
3736
'*/matplotlib/mlab.py',
38-
'*/matplotlib/nxutils.py',
3937
'*/matplotlib/path.py',
4038
'*/matplotlib/patheffects.py',
4139
'*/matplotlib/pylab.py',
@@ -103,8 +101,6 @@ class StandardReportWithExclusions(pep8.StandardReport):
103101
'*/matplotlib/backends/backend_agg.py',
104102
'*/matplotlib/backends/backend_cairo.py',
105103
'*/matplotlib/backends/backend_cocoaagg.py',
106-
'*/matplotlib/backends/backend_emf.py',
107-
'*/matplotlib/backends/backend_fltkagg.py',
108104
'*/matplotlib/backends/backend_gdk.py',
109105
'*/matplotlib/backends/backend_gtk.py',
110106
'*/matplotlib/backends/backend_gtk3.py',
@@ -116,10 +112,8 @@ class StandardReportWithExclusions(pep8.StandardReport):
116112
'*/matplotlib/backends/backend_pdf.py',
117113
'*/matplotlib/backends/backend_pgf.py',
118114
'*/matplotlib/backends/backend_ps.py',
119-
'*/matplotlib/backends/backend_qt.py',
120115
'*/matplotlib/backends/backend_qt4.py',
121116
'*/matplotlib/backends/backend_qt4agg.py',
122-
'*/matplotlib/backends/backend_qtagg.py',
123117
'*/matplotlib/backends/backend_svg.py',
124118
'*/matplotlib/backends/backend_template.py',
125119
'*/matplotlib/backends/backend_tkagg.py',

0 commit comments

Comments
 (0)