8000 Delete the nose plugin · matplotlib/matplotlib@9f5a06d · GitHub
[go: up one dir, main page]

Skip to content

Commit 9f5a06d

Browse files
committed
Delete the nose plugin
1 parent 556fd82 commit 9f5a06d

File tree

2 files changed

+1
-46
lines changed

2 files changed

+1
-46
lines changed

lib/matplotlib/testing/_nose/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@
77
def get_extra_test_plugins():
88
from .plugins.performgc import PerformGC
99
from .plugins.knownfailure import KnownFailure
10-
from .plugins.conversion_cache import ConversionCache
1110
from nose.plugins import attrib
1211

13-
return [PerformGC, KnownFailure, attrib.Plugin, ConversionCache]
12+
return [PerformGC, KnownFailure, attrib.Plugin]
1413

1514

1615
def get_env():

lib/matplotlib/testing/nose/plugins/conversion_cache.py

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0