8000 [MRG+2] MAINT: Refactor the converted-image cache by jkseppan · Pull Request #7764 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

[MRG+2] MAINT: Refactor the converted-image cache #7764

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

Closed
wants to merge 19 commits into from
Closed
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
There is no nose plugin any more
  • Loading branch information
jkseppan committed Feb 20, 2017
commit 6007b378a52319d40581e73500ac41375c158bfa
4 changes: 2 additions & 2 deletions lib/matplotlib/testing/_conversion_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
pdf files, to reduce test suite running times for svg and pdf files
that stay exactly the same from one run to the next.

There is a corresponding nose plugin in testing/nose/plugins and
similar pytest code in conftest.py.
The test setup in matplotlib.tests.conftest sets this up for image
comparison tests and allows specifying the maximum cache size.
"""

from __future__ import (absolute_import, division, print_function,
Expand Down
0