From ce4897655252c45c71dddc3c4171a10ff01b33a8 Mon Sep 17 00:00:00 2001 From: Sergey Kim Date: Mon, 24 Apr 2023 13:16:57 +0300 Subject: [PATCH] add flake8-pytest-style to plugin_list.rst --- doc/en/reference/plugin_list.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/en/reference/plugin_list.rst b/doc/en/reference/plugin_list.rst index 40034ec10..c17ef9a41 100644 --- a/doc/en/reference/plugin_list.rst +++ b/doc/en/reference/plugin_list.rst @@ -11,13 +11,14 @@ automatically. Packages classified as inactive are excluded. creating a PDF, because otherwise the table gets far too wide for the page. -This list contains 1243 plugins. +This list contains 1244 plugins. .. only:: not latex =============================================== ======================================================================================================================================================================================================== ============== ===================== ================================================ name summary last release status requires =============================================== ======================================================================================================================================================================================================== ============== ===================== ================================================ + :pypi:`flake8-pytest-style` A flake8 plugin checking common style issues or inconsistencies with pytest-based tests. Feb 15, 2023 N/A N/A :pypi:`pytest-abq` Pytest integration for the ABQ universal test runner. Apr 07, 2023 N/A N/A :pypi:`pytest-abstracts` A contextmanager pytest fixture for handling multiple mock abstracts May 25, 2022 N/A N/A :pypi:`pytest-accept` A pytest-plugin for updating doctest outputs Dec 21, 2022 N/A pytest (>=6,<8) @@ -1266,6 +1267,13 @@ This list contains 1243 plugins. .. only:: latex + :pypi:`flake8-pytest-style` + *last release*: Feb 15, 2023, + *status*: N/A, + *requires*: N/A + + A flake8 plugin checking common style issues or inconsistencies with pytest-based tests. + :pypi:`pytest-abq` *last release*: Apr 07, 2023, *status*: N/A,