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 9212e59 commit efd5384Copy full SHA for efd5384
lib/matplotlib/tests/test_coding_standards.py
@@ -177,7 +177,6 @@ def test_pep8_conformance_installed_files():
177
expected_bad_files = ['_cm.py',
178
'_mathtext_data.py',
179
'backend_bases.py',
180
- 'collections.py',
181
'font_manager.py',
182
'fontconfig_pattern.py',
183
'gridspec.py',
lib/matplotlib/tests/test_text.py
@@ -30,7 +30,7 @@ def find_matplotlib_font(**kw):
30
from matplotlib.font_manager import FontProperties, findfont
31
warnings.filterwarnings(
32
'ignore',
33
- r'findfont: Font family \[u?\'Foo\'\] not found. Falling back to .',
+ "findfont: Font family \[u?'Foo'\] not found. Falling back to .",
34
UserWarning,
35
module='matplotlib.font_manager')
36
0 commit comments