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 d85e980 commit 45a56d0Copy full SHA for 45a56d0
lib/matplotlib/tests/test_font_manager.py
@@ -150,7 +150,8 @@ def test_find_invalid(tmpdir):
150
FT2Font(StringIO())
151
152
153
-@pytest.mark.skipif(sys.platform != 'linux', reason='Linux only')
+@pytest.mark.skipif(sys.platform != 'linux' or not has_fclist,
154
+ reason='only Linux with fontconfig installed')
155
def test_user_fonts_linux(tmpdir, monkeypatch):
156
font_test_file = 'mpltest.ttf'
157
0 commit comments