You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.