jupyter / jupyter_kernel_test

A tool for testing Jupyter kernels

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter_kernel_test incompatible with jupyter_client 7.0.2.

cgranade opened this issue · comments

The flush_messages method in jupyter_kernel_test 0.3 calls Channel.get_msg with the deprecated block=True keyword argument, causing unit test failures such as those at microsoft/iqsharp#515.