From 13e2cbdd68be2001662acbef6ac0c23534361836 Mon Sep 17 00:00:00 2001 From: Sidharth Date: Mon, 6 Apr 2020 20:40:15 +0530 Subject: [PATCH] Updated deprecation.rst for next release --- doc/api/next_api_changes/deprecations.rst | 6 ++++++ doc/badsectors.txt | 0 2 files changed, 6 insertions(+) create mode 100644 doc/badsectors.txt diff --git a/doc/api/next_api_changes/deprecations.rst b/doc/api/next_api_changes/deprecations.rst index 567aaa07076e..9ee4d47268b2 100644 --- a/doc/api/next_api_changes/deprecations.rst +++ b/doc/api/next_api_changes/deprecations.rst @@ -422,3 +422,9 @@ Setting the *orientation* of an ``eventplot()`` or `.EventCollection` to "none" or None is deprecated; set it to "horizontal" instead. Moreover, the two orientations ("horizontal" and "vertical") will become case-sensitive in the future. + +`CleanupTestCase` and `cleanup` in decorators deprecated +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +The class `matplotlib.testing.decorators.CleanupTestCase` and the decorator +`matplotlib.testing.decorators.cleanup` are not used in the code base. We have +an automatic cleanup via an auto-used fixture instead. diff --git a/doc/badsectors.txt b/doc/badsectors.txt new file mode 100644 index 000000000000..e69de29bb2d1