summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/plugins.rst9
1 files changed, 1 insertions, 8 deletions
diff --git a/doc/plugins.rst b/doc/plugins.rst
index 1fc5c10d..32f00c9d 100644
--- a/doc/plugins.rst
+++ b/doc/plugins.rst
@@ -38,14 +38,7 @@ example, let's say you want to use one called fred_plugin.
Check the documentation for the plugin to see if it takes any options, and
what they are.
-#. Run your tests as you usually would. NOTE: You will see a warning when
- coverage starts::
-
- Coverage.py warning: Setting timid=True to support plugins.
-
- This means that coverage will run slower than it usually would. This
- limitation is part of the initial alpha release, it will be gone in the
- final version.
+#. Run your tests as you usually would.
Plugin API