Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c603cc6

Browse filesBrowse 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
Copy full SHA for c603cc6

File tree

Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-7
lines changed

‎lib/matplotlib/tests/test_backend_ps.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_ps.py
-7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.