Skip to content

Commit

Permalink
extra decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Apr 19, 2024
1 parent d2c2f86 commit 028833a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/tests/ui/bokeh/test_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def popup_form(name):
expect(locator).to_have_count(0)


@pytest.mark.skipif(not bokeh34, reason="< Bokeh 3.4 does not support popup")
@skip_popup
@pytest.mark.usefixtures("bokeh_backend")
def test_stream_popup_callbacks(serve_hv):
def popup_form(x, y):
Expand Down

0 comments on commit 028833a

Please sign in to comment.