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

Ignore zombie processes on termination #118

Merged
merged 2 commits into from Dec 31, 2022

Conversation

roehling
Copy link
Contributor

@roehling roehling commented Dec 28, 2022

This is a proposed fix for #117. I assumed that it is okay to ignore zombies because the test suite does so, too.

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
  • Add or update relevant docs, in the docs folder and in code.
  • Add an entry in CHANGELOG.rst, summarizing the change and linking to the issue.
  • Run pre-commit hooks and fix any issues.
  • Run pytest and make sure no tests failed.

@northernSage
Copy link
Member

northernSage commented Dec 29, 2022

Hey @roehling, thanks for taking the time to look into this. The PR looks good to me, I can't think of any issues that the changes might cause. If you could please add a change log, I think it would be ready to go.

@northernSage northernSage merged commit b716741 into pytest-dev:master Dec 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants