Skip to content

Commit efd5384

Browse files
committed
remove collections from expect_bad_files (pep8)
1 parent 9212e59 commit efd5384

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/matplotlib/tests/test_coding_standards.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def test_pep8_conformance_installed_files():
177177
expected_bad_files = ['_cm.py',
178178
'_mathtext_data.py',
179179
'backend_bases.py',
180-
'collections.py',
181180
'font_manager.py',
182181
'fontconfig_pattern.py',
183182
'gridspec.py',

lib/matplotlib/tests/test_text.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def find_matplotlib_font(**kw):
3030
from matplotlib.font_manager import FontProperties, findfont
3131
warnings.filterwarnings(
3232
'ignore',
33-
r'findfont: Font family \[u?\'Foo\'\] not found. Falling back to .',
33+
"findfont: Font family \[u?'Foo'\] not found. Falling back to .",
3434
UserWarning,
3535
module='matplotlib.font_manager')
3636

0 commit comments

Comments
 (0)