From ebd8bb383d9b59841e300e7bbfbf72fd04cba3b1 Mon Sep 17 00:00:00 2001 From: Jens Hedegaard Nielsen Date: Sun, 10 Jul 2016 12:19:11 +0100 Subject: [PATCH] Add missing cleanup decorator to test_bar_color_cycle --- lib/matplotlib/tests/test_axes.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/matplotlib/tests/test_axes.py b/lib/matplotlib/tests/test_axes.py index 478f58441009..4adcd227caf5 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -4555,6 +4555,7 @@ def test_large_offset(): fig.canvas.draw() +@cleanup def test_bar_color_cycle(): ccov = mcolors.colorConverter.to_rgb fig, ax = plt.subplots()