Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9334f83

Browse files
authored
MNT: still use Agg for test but avoid pillow
1 parent 8041516 commit 9334f83

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
@@ -340,7 +340,7 @@ def inner():
340340
with BytesIO() as out:
341341
with warnings.catch_warnings():
342342
warnings.filterwarnings('ignore')
343-
fig.savefig(out, format='svg')
343+
fig.savefig(out, format='raw')
344344

345345
inner()
346346

0 commit comments

Comments
 (0)