diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-23 22:39:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-25 13:59:41 +0700 |
commit | db083da9c924becbe9ddb6d5489a077fc4f721b1 (patch) | |
tree | cb6ecd55276d1c71b9d88c5137ef6b0ff91e6210 /python/pluggy/README | |
parent | 24584bda44bc5db333d103eede45c10a10bda57f (diff) |
python/pluggy: Remove python3 support.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pluggy/README')
-rw-r--r-- | python/pluggy/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/pluggy/README b/python/pluggy/README index e05d99fe75839..588eb174421e1 100644 --- a/python/pluggy/README +++ b/python/pluggy/README @@ -2,3 +2,5 @@ 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. |