Skip to content

coroutine 'KernelManager._async_start_kernel' was never awaited #1053

@benjamincburns

Description

@benjamincburns

When testing pawamoy/markdown-exec/#70 under python 3.14, I get warnings that cause tests to fail when filterwarnings = error in my pytest.ini. The errors are raised because I'm using BlockingKernelManager, which proxies synchronous calls to async methods, and doesn't appear to await them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions