From 2896face6111416d008d4247989f92fbdd2b2ed0 Mon Sep 17 00:00:00 2001 From: Ioannis Filippidis Date: Sat, 12 Nov 2016 14:49:05 -0800 Subject: [PATCH] DOC: rm outdated comment about `coverage.py` containing a nose plugin. This was never the case, as noted in [1]. [1] https://github.com/nose-devs/nose/issues/1022#issuecomment-260150697 --- doc/plugins/cover.rst | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/plugins/cover.rst b/doc/plugins/cover.rst index e970b2cd..0c95ffff 100644 --- a/doc/plugins/cover.rst +++ b/doc/plugins/cover.rst @@ -3,12 +3,6 @@ Cover: code coverage .. note :: - Newer versions of coverage contain their own nose plugin which is - superior to the builtin plugin. It exposes more of coverage's - options and uses coverage's native html output. Depending on the - version of coverage installed, the included plugin may override the - nose builtin plugin, or be available under a different name. Check - ``nosetests --help`` or ``nosetests --plugins`` to find out which - coverage plugin is available on your system. + ``nose`` Contains a plugin for the ``coverage.py`` package. .. autoplugin :: nose.plugins.cover