We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 392c7c5 + 3259ff0 commit 05cf385Copy full SHA for 05cf385
lib/matplotlib/__init__.py
@@ -1550,7 +1550,7 @@ def test(verbosity=1, coverage=False):
1550
1551
# store the old values before overriding
1552
plugins = _get_extra_test_plugins()
1553
- plugins.extend([plugin() for plugin in nose.plugins.builtin.plugins])
+ plugins.extend([plugin for plugin in nose.plugins.builtin.plugins])
1554
1555
manager = PluginManager(plugins=[x() for x in plugins])
1556
config = nose.config.Config(verbosity=verbosity, plugins=manager)
0 commit comments