Skip to content

Commit 3c2ea5a

Browse files
committed
TST: add missing decorator
This maybe the source of flaky tests.
1 parent b2b37fb commit 3c2ea5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_axes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4553,6 +4553,7 @@ def test_large_offset():
45534553
fig.canvas.draw()
45544554

45554555

4556+
@cleanup
45564557
def test_bar_color_cycle():
45574558
ccov = mcolors.colorConverter.to_rgb
45584559
fig, ax = plt.subplots()

0 commit comments

Comments
 (0)