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.
2 parents 3263cfc + 45a56d0 commit 77f3e1fCopy full SHA for 77f3e1f
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