We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e1293 commit 5e11e8dCopy full SHA for 5e11e8d
distributed/bokeh/tests/test_scheduler_bokeh_html.py
@@ -66,6 +66,7 @@ def test_prefix(c, s, a, b):
66
check_new_threads=False,
67
scheduler_kwargs={'services': {('bokeh', 0): BokehScheduler}})
68
def test_prometheus(c, s, a, b):
69
+ pytest.importorskip('prometheus_client')
70
http_client = AsyncHTTPClient()
71
response = yield http_client.fetch('http://localhost:%d/metrics'
72
% s.services['bokeh'].port)
0 commit comments