8000 Merge pull request #25569 from ksunden/font_man_memtest · matplotlib/matplotlib@e305953 · GitHub
[go: up one dir, main page]

Skip to content

Commit e305953

Browse files
authored
Merge pull request #25569 from ksunden/font_man_memtest
Use raw instead of png for font manager memory leak test
2 parents e5fc57c + 9334f83 commit e305953

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
@@ -339,7 +339,7 @@ def inner():
339339
6906 with BytesIO() as out:
340340
with warnings.catch_warnings():
341341
warnings.filterwarnings('ignore')
342-
fig.savefig(out, format='png')
342+
fig.savefig(out, format='raw')
343343

344344
inner()
345345

0 commit comments

Comments
 (0)
0