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

Remove "process already captured" errors. #9337

Closed
wants to merge 1 commit into from

Commits on Sep 22, 2020

  1. Remove "process already captured" errors.

    This has been a very annoying source of CI failures. If it were
    technically more correct I'd say we should keep it around and attempt
    to fix the underlying issue, but I do not think it is. In most cases,
    we are either setting up on the same object (in which case no need to
    release any existing handlers) or we are providing a custom
    `MockProcess` object which really won't ever _need_ capturing.
    rwjblue committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    3fac7fa View commit details
    Browse the repository at this point in the history