python-pluggy: bump to 1.6.0
authorAlexandru Ardelean <redacted>
Tue, 24 Mar 2026 04:40:37 +0000 (04:40 +0000)
committerAlexandru Ardelean <redacted>
Sat, 28 Mar 2026 18:56:59 +0000 (20:56 +0200)
commit41515642efa4b031edcc4dfd3c038b5b4f646a38
tree576014767a3f19ebbfad225cdf069d0a36bcce48
parenta373dcfc868a3a4a95e7e9c06d1860b9fa3dfef9
python-pluggy: bump to 1.6.0

Required by python-pytest >= 9.0.0, which needs pluggy >= 1.5.0.

v1.5.0 added support for deprecating specific hook parameters via
warn_on_impl_args (used by pytest 9.x hookspecs). Without this,
pytest fails to import with:
  TypeError: HookspecMarker.__call__() got an unexpected keyword
  argument 'warn_on_impl_args'

v1.6.0 changes:
- Drop Python 3.8 support
- Fix regression where get_result() on a failed Result caused the
  exception traceback to grow longer on each call
- Fix StopIteration passing through hook wrappers
- Fix Python 3.14 SyntaxWarning

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-pluggy/Makefile
lang/python/python-pluggy/test.sh [new file with mode: 0755]
git clone https://git.99rst.org/PROJECT