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.