From 162557c2b2ba97284fad2831cc8426df0feb6c93 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 7 Feb 2018 20:54:00 -0200 Subject: [PATCH] Remove internal plugin list This gets out of sync and shows internal plugins which don't make much sense --- doc/en/plugins.rst | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst index 2a9fff81b..276b394d0 100644 --- a/doc/en/plugins.rst +++ b/doc/en/plugins.rst @@ -120,36 +120,3 @@ CI server), you can set ``PYTEST_ADDOPTS`` environment variable to See :ref:`findpluginname` for how to obtain the name of a plugin. .. _`builtin plugins`: - -Pytest default plugin reference -------------------------------- - - -You can find the source code for the following plugins -in the `pytest repository `_. - -.. autosummary:: - - _pytest.assertion - _pytest.cacheprovider - _pytest.capture - _pytest.config - _pytest.doctest - _pytest.helpconfig - _pytest.junitxml - _pytest.mark - _pytest.monkeypatch - _pytest.nose - _pytest.pastebin - _pytest.debugging - _pytest.pytester - _pytest.python - _pytest.recwarn - _pytest.resultlog - _pytest.runner - _pytest.main - _pytest.logging - _pytest.skipping - _pytest.terminal - _pytest.tmpdir - _pytest.unittest