Thanks to visit codestin.com Credit goes to github.com
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 5be13bb + e2ffe90 commit 6eb7d14Copy full SHA for 6eb7d14
1 file changed
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