def test_no_bokeh(loop): pytest.importorskip('bokeh') with popen(['dask-scheduler', '--no-bokeh']) as proc: with Client('127.0.0.1:%d' ...
確定! 回上一頁