Skip to content

Commit f1beb1d

Browse files
committed
TST: xfail the windows font test
1. we are moving to registry only for finding fonts on windows 2. our test just drops the font in the correct directory 3. this is not enough to get the registry to agree it is there We will xfail this test for now.
1 parent b3d1828 commit f1beb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_font_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def test_user_fonts_win32():
200200
pytest.xfail("This test should only run on CI (appveyor or azure) "
201201
"as the developer's font directory should remain "
202202
"unchanged.")
203-
203+
pytest.xfail("We need to update the registry for this test to work")
204204
font_test_file = 'mpltest.ttf'
205205

206206
# Precondition: the test font should not be available

0 commit comments

Comments
 (0)