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

prevent Config.add_cleanup callbacks preventing other cleanups running #12982

Merged
merged 8 commits into from
Nov 24, 2024

Conversation

graingert
Copy link
Member

closes #12981

@psf-chronographer psf-chronographer bot added the bot:chronographer:provided (automation) changelog entry is part of PR label Nov 21, 2024
src/_pytest/config/__init__.py Outdated Show resolved Hide resolved
changelog/12981.bugfix.rst Outdated Show resolved Hide resolved
src/_pytest/config/__init__.py Outdated Show resolved Hide resolved
@graingert graingert marked this pull request as ready for review November 21, 2024 14:38
changelog/12981.bugfix.rst Outdated Show resolved Hide resolved
Copy link
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @graingert!

Will squash/merge soon to give others a chance to review. 👍

@nicoddemus nicoddemus merged commit 4f777ff into main Nov 24, 2024
29 checks passed
@nicoddemus nicoddemus deleted the fix-config-callbacks branch November 24, 2024 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot:chronographer:provided (automation) changelog entry is part of PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

raising an exception in a callback to pytest.Config.add_cleanup doesn't allow subsequent cleanups to run.
2 participants