Add value_label parameter to Select-like widgets #12668
Annotations
3 errors and 1 warning
Test unit:
panel/tests/io/test_embed.py#L32
test_embed_param_jslink
AssertionError: assert 3 == 2
+ where 3 = len([CustomJS(id='p1019', ...), CustomJS(id='p1020', ...), CustomJS(id='p1018', ...)])
|
Test unit:
panel/tests/io/test_embed.py#L301
test_embed_select_str_jslink
AssertionError: assert 2 == 1
+ where 2 = len([Row(id='p1116', ...), State(id='p1126', ...)])
+ where [Row(id='p1116', ...), State(id='p1126', ...)] = <bokeh.document.document.Document object at 0x7efcb01aa7a0>.roots
|
Test unit
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading