pytest-dev / pluggy

A minimalist production ready plugin system
https://pluggy.readthedocs.io/en/latest/
MIT License
1.23k stars 121 forks source link

Fix `call_extra` call ordering regression in pluggy 1.1.0 #472

Closed bluetech closed 7 months ago

bluetech commented 7 months ago

Fix call_extra extra methods getting ordered before everything else when there is at least one wrapper impl.

Fix #441. Regressed in https://github.com/pytest-dev/pluggy/commit/63b7e908b4b22c30d86cd2cff240b3b7aa6da596 - pluggy 1.1.0.

This is adapted from #461 by @vishutupili, separate PR because the existing one can't be updated. Closes #461. Reviewed by me.