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.
This commit is contained in:
Stefano Mazzucco 2020-02-26 00:19:40 +00:00 committed by GitHub
parent 6a7df7f031
commit 2451716746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -41,8 +41,7 @@ Here is a little annotated list for some popular plugins:
* `pytest-instafail <https://pypi.org/project/pytest-instafail/>`_:
to report failures while the test run is happening.
* `pytest-bdd <https://pypi.org/project/pytest-bdd/>`_ and
`pytest-konira <https://pypi.org/project/pytest-konira/>`_
* `pytest-bdd <https://pypi.org/project/pytest-bdd/>`_:
to write tests using behaviour-driven testing.
* `pytest-timeout <https://pypi.org/project/pytest-timeout/>`_: