From 2451716746398970f28318f7e7ac06b8e44c915c Mon Sep 17 00:00:00 2001 From: Stefano Mazzucco Date: Wed, 26 Feb 2020 00:19:40 +0000 Subject: [PATCH] Remove reference to old konira plugin from docs (#6819) The pytest-konira plugin has not seen an update since 2011, moreover the "project description" on PyPI points to a dubious website that does not actually correspond to the project and instead redirects to advertising content. --- doc/en/plugins.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/en/plugins.rst b/doc/en/plugins.rst index 4443dafd4..c3a931419 100644 --- a/doc/en/plugins.rst +++ b/doc/en/plugins.rst @@ -41,8 +41,7 @@ Here is a little annotated list for some popular plugins: * `pytest-instafail `_: to report failures while the test run is happening. -* `pytest-bdd `_ and - `pytest-konira `_ +* `pytest-bdd `_: to write tests using behaviour-driven testing. * `pytest-timeout `_: