From 3c2ea5a606725428e6b54cb73dad5725ea9e3724 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Sat, 9 Jul 2016 13:19:58 -0400 Subject: [PATCH] TST: add missing decorator This maybe the source of flaky tests. --- 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 1b0022d63e3b..f4e45ae7fd36 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -4553,6 +4553,7 @@ def test_large_offset(): fig.canvas.draw() +@cleanup def test_bar_color_cycle(): ccov = mcolors.colorConverter.to_rgb fig, ax = plt.subplots()