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

Improve warning handling #1386

Merged
merged 1 commit into from Jan 16, 2024

Conversation

blink1073
Copy link
Collaborator

@blink1073 blink1073 commented Jan 15, 2024

Address all but add_callback_from_signal, which will be handled by #1362.

I isolated the socket open problems with:

@pytest.fixture(autouse=True)
def gc_cleanup():
    yield
    import gc
    gc.collect()

@blink1073 blink1073 merged commit a3a9d3d into jupyter-server:main Jan 16, 2024
38 checks passed
@blink1073 blink1073 deleted the handle-more-warnings branch January 16, 2024 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant