8000 Fixed broken `test_pickle.test_complete` test · matplotlib/matplotlib@324b0fb · GitHub
[go: up one dir, main page]

Skip to content

Commit 324b0fb

Browse files
committed
Fixed broken test_pickle.test_complete test
1 parent 80a3f3e commit 324b0fb

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
Loading

lib/matplotlib/tests/test_pickle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ def test_simple():
127127
pickle.dump(fig, BytesIO(), pickle.HIGHEST_PROTOCOL)
128128

129129

130-
@cleanup
131130
@image_comparison(baseline_images=['multi_pickle'],
132131
extensions=['png'], remove_text=True)
133132
def test_complete():

0 commit comments

Comments
 (0)
0