Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6007b37

Browse files
committed
There is no nose plugin any more
1 parent 9de06c0 commit 6007b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/testing/_conversion_cache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
pdf files, to reduce test suite running times for svg and pdf files
44
that stay exactly the same from one run to the next.
55
6-
There is a corresponding nose plugin in testing/nose/plugins and
7-
similar pytest code in conftest.py.
6+
The test setup in matplotlib.tests.conftest sets this up for image
7+
comparison tests and allows specifying the maximum cache size.
88
"""
99

1010
from __future__ import (absolute_import, division, print_function,

0 commit comments

Comments
 (0)