We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0e9d18 commit 4e57670Copy full SHA for 4e57670
packages/pytest-simcore/src/pytest_simcore/dask_scheduler.py
@@ -72,6 +72,7 @@ async def dask_spec_local_cluster(
72
asynchronous=True,
73
name="pytest_dask_spec_local_cluster",
74
) as cluster:
75
+ print("Cluster dashboard link: ", cluster.dashboard_link)
76
scheduler_address = URL(cluster.scheduler_address)
77
monkeypatch.setenv(
78
"COMPUTATIONAL_BACKEND_DEFAULT_CLUSTER_URL",
0 commit comments