From 3ad1fe05cc39d6bbf83ff87965d8d21600c05aac Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Thu, 2 May 2024 12:07:14 +0700 Subject: python/python2-pluggy: Added (python2 version of pluggy). Signed-off-by: Willy Sudiarto Raharjo --- python/python2-pluggy/README | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 python/python2-pluggy/README (limited to 'python/python2-pluggy/README') diff --git a/python/python2-pluggy/README b/python/python2-pluggy/README new file mode 100644 index 0000000000..588eb17442 --- /dev/null +++ b/python/python2-pluggy/README @@ -0,0 +1,6 @@ +pluggy (mechanisms for python) + +This is the plugin manager as used by pytest but stripped of pytest +specific details. + +This is the Python 2 build of pluggy. -- cgit v1.2.3