Skip to content

Commit 0dd1e7e

Browse files
committed
Test
1 parent e3f3687 commit 0dd1e7e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/matplotlib/tests/test_backend_gtk3.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def test_fig_close():
5151
fig = plt.figure()
5252

5353
# simulate user pressing the close shortcut
54-
simulate_key_press(fig.canvas, 'w', ['ctrl'])
54+
#simulate_key_press(fig.canvas, 'w', ['ctrl'])
55+
56+
plt.show()
5557

5658
# assert that we have removed the reference to the FigureManager
5759
# that got added by plt.figure()

0 commit comments

Comments
 (0)