diff --git a/doc/en/reference/plugin_list.rst b/doc/en/reference/plugin_list.rst
index 6dc1ccbc2..63dbc88fd 100644
--- a/doc/en/reference/plugin_list.rst
+++ b/doc/en/reference/plugin_list.rst
@@ -6,7 +6,7 @@ Plugin List
PyPI projects that match "pytest-\*" are considered plugins and are listed
automatically. Packages classified as inactive are excluded.
-This list contains 918 plugins.
+This list contains 921 plugins.
============================================================================================================== ======================================================================================================================================================================== ============== ===================== ================================================
name summary last release status requires
@@ -24,7 +24,7 @@ name
`pytest-aioresponses `_ py.test integration for aioresponses Jul 29, 2021 4 - Beta pytest (>=3.5.0)
`pytest-aioworkers `_ A plugin to test aioworkers project with pytest Dec 04, 2019 4 - Beta pytest (>=3.5.0)
`pytest-airflow `_ pytest support for airflow. Apr 03, 2019 3 - Alpha pytest (>=4.4.0)
-`pytest-alembic `_ A pytest plugin for verifying alembic migrations. Aug 17, 2021 N/A pytest (>=1.0)
+`pytest-alembic `_ A pytest plugin for verifying alembic migrations. Sep 03, 2021 N/A pytest (>=1.0)
`pytest-allclose `_ Pytest fixture extending Numpy's allclose function Jul 30, 2019 5 - Production/Stable pytest
`pytest-allure-adaptor `_ Plugin for py.test to generate allure xml reports Jan 10, 2018 N/A pytest (>=2.7.3)
`pytest-allure-adaptor2 `_ Plugin for py.test to generate allure xml reports Oct 14, 2020 N/A pytest (>=2.7.3)
@@ -64,7 +64,7 @@ name
`pytest-attrib `_ pytest plugin to select tests based on attributes similar to the nose-attrib plugin May 24, 2016 4 - Beta N/A
`pytest-austin `_ Austin plugin for pytest Oct 11, 2020 4 - Beta N/A
`pytest-autochecklog `_ automatically check condition and log all the checks Apr 25, 2015 4 - Beta N/A
-`pytest-automation `_ pytest plugin for building a test suite, using YAML files to extend pytest parameterize functionality. Aug 24, 2021 N/A pytest
+`pytest-automation `_ pytest plugin for building a test suite, using YAML files to extend pytest parameterize functionality. Sep 02, 2021 N/A pytest
`pytest-automock `_ Pytest plugin for automatical mocks creation Apr 22, 2020 N/A pytest ; extra == 'dev'
`pytest-auto-parametrize `_ pytest plugin: avoid repeating arguments in parametrize Oct 02, 2016 3 - Alpha N/A
`pytest-autotest `_ This fixture provides a configured "driver" for Android Automated Testing, using uiautomator2. Aug 25, 2021 N/A pytest
@@ -89,7 +89,7 @@ name
`pytest-black `_ A pytest plugin to enable format checking with black Oct 05, 2020 4 - Beta N/A
`pytest-black-multipy `_ Allow '--black' on older Pythons Jan 14, 2021 5 - Production/Stable pytest (!=3.7.3,>=3.5) ; extra == 'testing'
`pytest-blame `_ A pytest plugin helps developers to debug by providing useful commits history. May 04, 2019 N/A pytest (>=4.4.0)
-`pytest-blender `_ Blender Pytest plugin. Jun 02, 2021 N/A pytest (==6.2.1) ; extra == 'dev'
+`pytest-blender `_ Blender Pytest plugin. Sep 02, 2021 N/A pytest (==6.2.4) ; extra == 'dev'
`pytest-blink1 `_ Pytest plugin to emit notifications via the Blink(1) RGB LED Jan 07, 2018 4 - Beta N/A
`pytest-blockage `_ Disable network requests during a test run. Feb 13, 2019 N/A pytest
`pytest-blocker `_ pytest plugin to mark a test as blocker and skip all other tests Sep 07, 2015 4 - Beta N/A
@@ -235,7 +235,7 @@ name
`pytest-dockerc `_ Run, manage and stop Docker Compose project from Docker API Oct 09, 2020 5 - Production/Stable pytest (>=3.0)
`pytest-docker-compose `_ Manages Docker containers during your integration tests Jan 26, 2021 5 - Production/Stable pytest (>=3.3)
`pytest-docker-db `_ A plugin to use docker databases for pytests Mar 20, 2021 5 - Production/Stable pytest (>=3.1.1)
-`pytest-docker-fixtures `_ pytest docker fixtures Sep 30, 2020 3 - Alpha N/A
+`pytest-docker-fixtures `_ pytest docker fixtures Aug 30, 2021 3 - Alpha pytest
`pytest-docker-git-fixtures `_ Pytest fixtures for testing with git scm. Mar 11, 2021 4 - Beta pytest
`pytest-docker-pexpect `_ pytest plugin for writing functional tests with pexpect and docker Jan 14, 2019 N/A pytest
`pytest-docker-postgresql `_ A simple plugin to use with pytest Sep 24, 2019 4 - Beta pytest (>=3.5.0)
@@ -382,10 +382,10 @@ name
`pytest-historic `_ Custom report to display pytest historical execution records Apr 08, 2020 N/A pytest
`pytest-historic-hook `_ Custom listener to store execution results into MYSQL DB, which is used for pytest-historic report Apr 08, 2020 N/A pytest
`pytest-homeassistant `_ A pytest plugin for use with homeassistant custom components. Aug 12, 2020 4 - Beta N/A
-`pytest-homeassistant-custom-component `_ Experimental package to automatically extract test plugins for Home Assistant custom components Jul 28, 2021 3 - Alpha pytest (==6.2.4)
+`pytest-homeassistant-custom-component `_ Experimental package to automatically extract test plugins for Home Assistant custom components Sep 04, 2021 3 - Alpha pytest (==6.2.4)
`pytest-honors `_ Report on tests that honor constraints, and guard against regressions Mar 06, 2020 4 - Beta N/A
`pytest-hoverfly `_ Simplify working with Hoverfly from pytest Jul 12, 2021 N/A pytest (>=5.0)
-`pytest-hoverfly-wrapper `_ Integrates the Hoverfly HTTP proxy into Pytest Jan 31, 2021 4 - Beta N/A
+`pytest-hoverfly-wrapper `_ Integrates the Hoverfly HTTP proxy into Pytest Aug 29, 2021 4 - Beta N/A
`pytest-hpfeeds `_ Helpers for testing hpfeeds in your python project Aug 27, 2021 4 - Beta pytest (>=6.2.4,<7.0.0)
`pytest-html `_ pytest plugin for generating HTML reports Dec 13, 2020 5 - Production/Stable pytest (!=6.0.0,>=5.0)
`pytest-html-lee `_ optimized pytest plugin for generating HTML reports Jun 30, 2020 5 - Production/Stable pytest (>=5.0)
@@ -546,6 +546,7 @@ name
`pytest-nlcov `_ Pytest plugin to get the coverage of the new lines (based on git diff) only Jul 07, 2021 N/A N/A
`pytest-nocustom `_ Run all tests without custom markers Jul 07, 2021 5 - Production/Stable N/A
`pytest-nodev `_ Test-driven source code search for Python. Jul 21, 2016 4 - Beta pytest (>=2.8.1)
+`pytest-nogarbage `_ Ensure a test produces no garbage Aug 29, 2021 5 - Production/Stable pytest (>=4.6.0)
`pytest-notebook `_ A pytest plugin for testing Jupyter Notebooks Sep 16, 2020 4 - Beta pytest (>=3.5.0)
`pytest-notice `_ Send pytest execution result email Nov 05, 2020 N/A N/A
`pytest-notification `_ A pytest plugin for sending a desktop notification and playing a sound upon completion of tests Jun 19, 2020 N/A pytest (>=4)
@@ -581,7 +582,7 @@ name
`pytest-pass `_ Check out https://github.com/elilutsky/pytest-pass Dec 04, 2019 N/A N/A
`pytest-passrunner `_ Pytest plugin providing the 'run_on_pass' marker Feb 10, 2021 5 - Production/Stable pytest (>=4.6.0)
`pytest-paste-config `_ Allow setting the path to a paste config file Sep 18, 2013 3 - Alpha N/A
-`pytest-patches `_ A patches test fixture which provides a contextmanager for handling multiple mock patches Aug 24, 2021 4 - Beta pytest (>=3.5.0)
+`pytest-patches `_ A contextmanager pytest fixture for handling multiple mock patches Aug 30, 2021 4 - Beta pytest (>=3.5.0)
`pytest-pdb `_ pytest plugin which adds pdb helper commands related to pytest. Jul 31, 2018 N/A N/A
`pytest-peach `_ pytest plugin for fuzzing with Peach API Security Apr 12, 2019 4 - Beta pytest (>=2.8.7)
`pytest-pep257 `_ py.test plugin for pep257 Jul 09, 2016 N/A N/A
@@ -656,7 +657,7 @@ name
`pytest-rabbitmq `_ RabbitMQ process and client fixtures for pytest Jun 02, 2021 5 - Production/Stable pytest (>=3.0.0)
`pytest-race `_ Race conditions tester for pytest Nov 21, 2016 4 - Beta N/A
`pytest-rage `_ pytest plugin to implement PEP712 Oct 21, 2011 3 - Alpha N/A
-`pytest-railflow-testrail-reporter `_ Generate json reports along with specified metadata defined in test markers. Aug 26, 2021 5 - Production/Stable pytest
+`pytest-railflow-testrail-reporter `_ Generate json reports along with specified metadata defined in test markers. Sep 02, 2021 5 - Production/Stable pytest
`pytest-raises `_ An implementation of pytest.raises as a pytest.mark fixture Apr 23, 2020 N/A pytest (>=3.2.2)
`pytest-raisesregexp `_ Simple pytest plugin to look for regex in Exceptions Dec 18, 2015 N/A N/A
`pytest-raisin `_ Plugin enabling the use of exception instances with pytest.raises Jun 25, 2020 N/A pytest
@@ -699,7 +700,7 @@ name
`pytest-reraise `_ Make multi-threaded pytest test cases fail when they should Jun 17, 2021 5 - Production/Stable pytest (>=4.6)
`pytest-rerun `_ Re-run only changed files in specified branch Jul 08, 2019 N/A pytest (>=3.6)
`pytest-rerunfailures `_ pytest plugin to re-run tests to eliminate flaky failures Jul 02, 2021 5 - Production/Stable pytest (>=5.3)
-`pytest-resilient-circuits `_ Resilient Circuits fixtures for PyTest. Aug 25, 2021 N/A N/A
+`pytest-resilient-circuits `_ Resilient Circuits fixtures for PyTest. Sep 01, 2021 N/A N/A
`pytest-resource `_ Load resource fixture plugin to use with pytest Nov 14, 2018 4 - Beta N/A
`pytest-resource-path `_ Provides path for uniform access to test resources in isolated directory May 01, 2021 5 - Production/Stable pytest (>=3.5.0)
`pytest-responsemock `_ Simplified requests calls mocking for pytest Oct 10, 2020 5 - Production/Stable N/A
@@ -713,7 +714,7 @@ name
`pytest-rocketchat `_ Pytest to Rocket.Chat reporting plugin Apr 18, 2021 5 - Production/Stable N/A
`pytest-rotest `_ Pytest integration with rotest Sep 08, 2019 N/A pytest (>=3.5.0)
`pytest-rpc `_ Extend py.test for RPC OpenStack testing. Feb 22, 2019 4 - Beta pytest (~=3.6)
-`pytest-rt `_ pytest data collector plugin for Testgr Mar 03, 2021 N/A N/A
+`pytest-rt `_ pytest data collector plugin for Testgr Sep 04, 2021 N/A N/A
`pytest-rts `_ Coverage-based regression test selection (RTS) plugin for pytest May 17, 2021 N/A pytest
`pytest-run-changed `_ Pytest plugin that runs changed tests only Apr 02, 2021 3 - Alpha pytest
`pytest-runfailed `_ implement a --failed option for pytest Mar 24, 2016 N/A N/A
@@ -727,13 +728,13 @@ name
`pytest-sanic `_ a pytest plugin for Sanic Jul 27, 2021 N/A pytest (>=5.2)
`pytest-sanity `_ Dec 07, 2020 N/A N/A
`pytest-sa-pg `_ May 14, 2019 N/A N/A
-`pytest-sbase `_ A complete web automation framework for end-to-end testing. Aug 24, 2021 5 - Production/Stable N/A
+`pytest-sbase `_ A complete web automation framework for end-to-end testing. Sep 01, 2021 5 - Production/Stable N/A
`pytest-scenario `_ pytest plugin for test scenarios Feb 06, 2017 3 - Alpha N/A
`pytest-schema `_ 👍 Validate return values against a schema-like object in testing Aug 31, 2020 5 - Production/Stable pytest (>=3.5.0)
`pytest-securestore `_ An encrypted password store for use within pytest cases Jun 19, 2019 4 - Beta N/A
`pytest-select `_ A pytest plugin which allows to (de-)select tests from a file. Jan 18, 2019 3 - Alpha pytest (>=3.0)
`pytest-selenium `_ pytest plugin for Selenium Sep 19, 2020 5 - Production/Stable pytest (>=5.0.0)
-`pytest-seleniumbase `_ A complete web automation framework for end-to-end testing. Aug 24, 2021 5 - Production/Stable N/A
+`pytest-seleniumbase `_ A complete web automation framework for end-to-end testing. Sep 01, 2021 5 - Production/Stable N/A
`pytest-selenium-enhancer `_ pytest plugin for Selenium Nov 26, 2020 5 - Production/Stable N/A
`pytest-selenium-pdiff `_ A pytest package implementing perceptualdiff for Selenium tests. Apr 06, 2017 2 - Pre-Alpha N/A
`pytest-send-email `_ Send pytest execution result email Dec 04, 2019 N/A N/A
@@ -769,7 +770,7 @@ name
`pytest-soft-assertions `_ May 05, 2020 3 - Alpha pytest
`pytest-solr `_ Solr process and client fixtures for py.test. May 11, 2020 3 - Alpha pytest (>=3.0.0)
`pytest-sorter `_ A simple plugin to first execute tests that historically failed more Apr 20, 2021 4 - Beta pytest (>=3.1.1)
-`pytest-sourceorder `_ Test-ordering plugin for pytest Apr 11, 2017 4 - Beta pytest
+`pytest-sourceorder `_ Test-ordering plugin for pytest Sep 01, 2021 4 - Beta pytest
`pytest-spark `_ pytest plugin to run the tests with support of pyspark. Feb 23, 2020 4 - Beta pytest
`pytest-spawner `_ py.test plugin to spawn process and communicate with them. Jul 31, 2015 4 - Beta N/A
`pytest-spec `_ Library pytest-spec is a pytest plugin to display test execution output like a SPECIFICATION. May 04, 2021 N/A N/A
@@ -842,6 +843,7 @@ name
`pytest-tezos `_ pytest-ligo Jan 16, 2020 4 - Beta N/A
`pytest-thawgun `_ Pytest plugin for time travel May 26, 2020 3 - Alpha N/A
`pytest-threadleak `_ Detects thread leaks Sep 08, 2017 4 - Beta N/A
+`pytest-tick `_ Ticking on tests Aug 31, 2021 5 - Production/Stable pytest (>=6.2.5,<7.0.0)
`pytest-timeit `_ A pytest plugin to time test function runs Oct 13, 2016 4 - Beta N/A
`pytest-timeout `_ py.test plugin to abort hanging tests Jul 15, 2020 5 - Production/Stable pytest (>=3.6.0)
`pytest-timeouts `_ Linux-only Pytest plugin to control durations of various test case execution phases Sep 21, 2019 5 - Production/Stable N/A
@@ -869,7 +871,7 @@ name
`pytest-trio `_ Pytest plugin for trio Oct 16, 2020 N/A N/A
`pytest-tspwplib `_ A simple plugin to use with tspwplib Jan 08, 2021 4 - Beta pytest (>=3.5.0)
`pytest-tstcls `_ Test Class Base Mar 23, 2020 5 - Production/Stable N/A
-`pytest-twisted `_ A twisted plugin for pytest. Jul 22, 2021 5 - Production/Stable pytest (>=2.3)
+`pytest-twisted `_ A twisted plugin for pytest. Aug 30, 2021 5 - Production/Stable pytest (>=2.3)
`pytest-typhoon-xray `_ Typhoon HIL plugin for pytest Aug 27, 2021 4 - Beta N/A
`pytest-tytest `_ Typhoon HIL plugin for pytest May 25, 2020 4 - Beta pytest (>=5.4.2)
`pytest-ubersmith `_ Easily mock calls to ubersmith at the `requests` level. Apr 13, 2015 N/A N/A
@@ -887,6 +889,7 @@ name
`pytest-vcr-delete-on-fail `_ A pytest plugin that automates vcrpy cassettes deletion on test failure. Aug 13, 2021 4 - Beta pytest (>=6.2.2,<7.0.0)
`pytest-vcrpandas `_ Test from HTTP interactions to dataframe processed. Jan 12, 2019 4 - Beta pytest
`pytest-venv `_ py.test fixture for creating a virtual environment Aug 04, 2020 4 - Beta pytest
+`pytest-ver `_ Pytest module with Verification Report Aug 30, 2021 2 - Pre-Alpha N/A
`pytest-verbose-parametrize `_ More descriptive output for parametrized py.test tests May 28, 2019 5 - Production/Stable pytest
`pytest-vimqf `_ A simple pytest plugin that will shrink pytest output when specified, to fit vim quickfix window. Feb 08, 2021 4 - Beta pytest (>=6.2.2,<7.0.0)
`pytest-virtualenv `_ Virtualenv fixture for py.test May 28, 2019 5 - Production/Stable pytest