Allow resolving change handlers and useState for nested refs #12848
Annotations
10 errors
Test Unit:
panel/tests/test_server.py#L535
test_server_reuse_sessions_with_session_key_func
assert 0 == 2
+ where 0 = len({})
+ where {} = state(servers=[\n localhost:36325 - <function test_server_reuse_sessions_with_session_key_func.<locals>.app at 0x7fd5ee771d00>\n])._sessions
|
Test Unit:
panel/tests/command/test_serve.py#L70
test_serve_admin
assert 500 == 200
+ where 500 = <Response [500]>.status_code
|
Test Unit:
panel/tests/command/test_serve.py#L134
test_serve_markdown
assert 500 == 200
+ where 500 = <Response [500]>.status_code
|
Test Unit:
panel/tests/command/test_serve.py#L81
test_serve_admin_custom_endpoint
assert 500 == 200
+ where 500 = <Response [500]>.status_code
|
Test Unit:
.pixi/envs/test-core/lib/python3.13/site-packages/_pytest/runner.py#L341
test_embed_float_slider_explicit_values
pytest.PytestUnraisableExceptionWarning: Exception ignored in: <_io.FileIO [closed]>
Traceback (most recent call last):
File "/home/runner/work/panel/panel/.pixi/envs/test-core/lib/python3.13/pathlib/_local.py", line 178, in _str_normcase
return self._str_normcase_cached
^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'pathlib._local.PosixPath' object has no attribute '_str_normcase_cached'. Did you mean: '_parts_normcase_cached'?
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/work/panel/panel/.pixi/envs/test-core/lib/python3.13/pathlib/_local.py", line 231, in __str__
return self._str
^^^^^^^^^
AttributeError: 'pathlib._local.PosixPath' object has no attribute '_str'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/runner/work/panel/panel/.pixi/envs/test-core/lib/python3.13/pathlib/_local.py", line 289, in drive
@Property
ResourceWarning: unclosed file <_io.TextIOWrapper name='/tmp/tmpz9je090v.md' mode='w' encoding='UTF-8'>
|
Test Unit:
panel/tests/io/test_save.py#L86
test_save_template
AttributeError: 'dict' object has no attribute 'select'
|
Test Unit:
panel/tests/layout/test_base.py#L614
test_pass_objects_ref[FlexBox]
AttributeError: 'dict' object has no attribute 'select'
|
Test Unit:
panel/tests/layout/test_swipe.py#L16
test_swipe_construct
AttributeError: 'dict' object has no attribute 'select'
|
Test Unit:
panel/tests/template/fast/test_fast_list_template.py#L11
test_template_theme_parameter
AttributeError: 'dict' object has no attribute 'select'
|
Test Unit:
panel/tests/template/test_base.py#L29
test_notification_explicit
AttributeError: 'dict' object has no attribute 'select'
|
Loading