summaryrefslogtreecommitdiff
path: root/devel/py-pluggy0/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-pluggy0/pkg-descr')
-rw-r--r--devel/py-pluggy0/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/py-pluggy0/pkg-descr b/devel/py-pluggy0/pkg-descr
deleted file mode 100644
index 11a9091d123b..000000000000
--- a/devel/py-pluggy0/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-pluggy is the crystallized core of plugin management and hook calling for
-pytest. It enables 500+ plugins to extend and customize pytest's default
-behaviour. Even pytest itself is composed as a set of pluggy plugins
-which are invoked in sequence according to a well defined set of protocols.
-
-It gives users the ability to extend or modify the behaviour of a host
-program by installing a plugin for that program. The plugin code will run
-as part of normal program execution, changing or enhancing certain aspects
-of it.
-
-In essence, pluggy enables function hooking so you can build "pluggable"
-systems.