diff options
| author | Michał Górny <mgorny@gentoo.org> | 2018-01-05 00:34:25 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2018-01-05 10:36:39 +0100 |
| commit | b35eee52212164c14ae6bfb6dff4a56cae401f1b (patch) | |
| tree | 13f922b93581cd6c4824ad80d36048efdd5ca43b /dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch | |
| parent | c59ef5f7a86f714650ee47cab0cf67e5ad19df99 (diff) | |
| download | gentoo-b35eee52212164c14ae6bfb6dff4a56cae401f1b.tar.gz gentoo-b35eee52212164c14ae6bfb6dff4a56cae401f1b.tar.bz2 gentoo-b35eee52212164c14ae6bfb6dff4a56cae401f1b.zip | |
dev-python/matplotlib: Clean old up
Diffstat (limited to 'dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch')
| -rw-r--r-- | dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch b/dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch deleted file mode 100644 index ab1181bd0176..000000000000 --- a/dev-python/matplotlib/files/matplotlib-2.0.2-nose-fixes.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/matplotlib/__init__.py b/lib/matplotlib/__init__.py -index 530c889a9..8231c2bb8 100644 ---- a/lib/matplotlib/__init__.py -+++ b/lib/matplotlib/__init__.py -@@ -1609,7 +1609,7 @@ def test(verbosity=1): - - # store the old values before overriding - plugins = _get_extra_test_plugins() -- plugins.extend([plugin() for plugin in nose.plugins.builtin.plugins]) -+ plugins.extend(nose.plugins.builtin.plugins) - - manager = PluginManager(plugins=[x() for x in plugins]) - config = nose.config.Config(verbosity=verbosity, plugins=manager) |
