Skip to content

Commit

Permalink
TST: Skip test_duplicate_clients without bokeh. (#2553)
Browse files Browse the repository at this point in the history
Just like the other tests in this file that use bokeh.
  • Loading branch information
QuLogic authored and mrocklin committed Mar 7, 2019
1 parent b800a35 commit ae18f65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions distributed/deploy/tests/test_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def test_Client_solo(loop):

@gen_test()
def test_duplicate_clients():
pytest.importorskip('bokeh')
c1 = yield Client(processes=False, silence_logs=False, diagnostics_port=9876)
with pytest.warns(Exception) as info:
c2 = yield Client(processes=False, silence_logs=False, diagnostics_port=9876)
Expand Down

0 comments on commit ae18f65

Please sign in to comment.