diff --git a/holoviews/tests/ui/bokeh/test_callback.py b/holoviews/tests/ui/bokeh/test_callback.py index 08979a20db..b1cb47d4d4 100644 --- a/holoviews/tests/ui/bokeh/test_callback.py +++ b/holoviews/tests/ui/bokeh/test_callback.py @@ -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):