Skip to content

Commit 5182582

Browse files
committed
mention that pluggy is not only used by pytest.
1 parent 8e0c74d commit 5182582

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Plugin registration and hook calling for Python
1111
.. image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
1212
:target: https://ci.appveyor.com/project/pytestbot/pluggy
1313

14-
This is the plugin manager as used by pytest but stripped
15-
of pytest specific details.
14+
This is the plugin manager as used by [pytest](http://pytest.org), [tox](https://tox.readthedocs.org), [devpi](http://doc.devpi.net) and probably other projects.
1615

1716
During the 0.x series this plugin does not have much documentation
1817
except extensive docstrings in the pluggy.py module.

0 commit comments

Comments
 (0)