Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix call_extra call ordering regression in pluggy 1.1.0 #472

Merged
merged 2 commits into from
Jan 20, 2024

Conversation

bluetech
Copy link
Member

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

Fix #441.
Regressed in 63b7e90 - 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.

bluetech and others added 2 commits January 20, 2024 12:59
@bluetech bluetech merged commit cc36605 into pytest-dev:main Jan 20, 2024
14 of 17 checks passed
@bluetech bluetech deleted the call-extra-ordering-fix branch January 20, 2024 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue with ordering of hooks
1 participant