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

Skip to content

Commit c603cc6

Browse files
authored
Merge pull request #22444 from matplotlib/revert-22442-fix_gs_on_ci
Revert "CI: skip test to work around gs bug"
2 parents a9cb63c + a918480 commit c603cc6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/matplotlib/tests/test_backend_ps.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,6 @@ def test_savefig_to_stringio(format, use_log, rcParams, orientation):
7171

7272
assert not s_buf.closed
7373
assert not b_buf.closed
74-
if '\x80' in s_buf.getvalue():
75-
pytest.skip(
76-
"This appears to be the result of a bug in ghostscript or one "
77-
"of its dependencies that fails to ascii85 encode the "
78-
"compressed fonts which results in encoding the string as "
79-
"ascii failing just below."
80-
)
8174
s_val = s_buf.getvalue().encode('ascii')
8275
b_val = b_buf.getvalue()
8376

0 commit comments

Comments
 (0)