8000 Remove old nose testing code by dstansby · Pull Request #9918 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Remove old nose testing code #9918

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 4, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add API changes
  • Loading branch information
dstansby committed Mar 4, 2018
commit 241b2f29d9371efea4aa6ebad315043e3544eb07
7 changes: 7 additions & 0 deletions doc/api/3_0_api_changes/2018-02-15-DS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Deprecated methods removed from `matplotlib.testing`
----------------------------------------------------

The deprecated methods `knownfailureif` and `remove_text` have been removed
from :mod:`matplotlib.testing.decorators`.

The entire contents of `testing.noseclasses` have also been removed.
0