DEBSOURCES
Skip Quicknav
sources / dask.distributed / 2021.01.0%2Bds.1-2.1%2Bdeb11u1 / distributed / dashboard / tests / test_bokeh.py
12345
def test_old_import(): try: from distributed.bokeh import BokehScheduler # noqa: F401 except ImportError as e: assert "distributed.dashboard" in str(e)