From 63179a44e11eb7ab92ed42d4fc9bfd92ec4c0a43 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 18 Dec 2015 22:35:39 -0500 Subject: [PATCH] TST: add missing decorator b5300622ac29b10c06bf3fd209f063b1248073ba dropped a @cleanup which was causing state to leak --- 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 f729a02898c6..5c30e56cb5ed 100644 --- a/lib/matplotlib/tests/test_axes.py +++ b/lib/matplotlib/tests/test_axes.py @@ -4197,6 +4197,7 @@ def test_auto_numticks(): fig, axes = plt.subplots(4, 4) +@cleanup def test_remove_shared_axes(): def _helper_x(ax): ax2 = ax.twinx()