Skip to content

Various documentation fixes before 1.5.0 RC2 #11709

Various documentation fixes before 1.5.0 RC2

Various documentation fixes before 1.5.0 RC2 #11709

Triggered via pull request September 12, 2024 14:05
Status Cancelled
Total duration 39m 17s
Artifacts 3

test.yaml

on: pull_request
Run pre-commit
39s
Run pre-commit
Matrix: core_test_suite
Matrix: type_test_suite
Matrix: ui_test_suite
Matrix: unit_test_suite
Fit to window
Zoom out
Zoom in

Annotations

67 errors
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-10 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-14 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-17 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_schedule_repeat[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_schedule_at_iterator[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-17 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:ubuntu-latest: panel/tests/test_server.py#L341
test_server_on_load_after_init_with_threads[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-22 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-7 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-9 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-14 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_periodic_async_callback[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_schedule_threaded[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-17 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:windows-latest: panel\tests\test_server.py#L341
test_server_schedule_repeat[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-310\lib\threading.py", line 1016, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-10 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-14 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-15 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_periodic_async_callback[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-18 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_schedule_threaded[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-16 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-310:macos-latest: panel/tests/test_server.py#L341
test_server_schedule_repeat[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-19 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-9 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-15 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-2 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[tornado] pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=1, type=1, proto=0> Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/site-packages/bokeh/document/callbacks.py", line 383, in change_callbacks return tuple(self._change_callbacks.values()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ResourceWarning: unclosed <socket.socket fd=72, family=1, type=1, proto=0>
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-16 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_periodic_async_callback[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_schedule_repeat[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-17 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:macos-latest: panel/tests/test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-17 (get_server) Traceback (most recent call last): File "/Users/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/Users/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/Users/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-4 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-10 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-5 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_periodic_async_callback[tornado] pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=2, type=1, proto=0> Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\site-packages\param\parameterized.py", line 2385, in _cls_parameters @Property ResourceWarning: unclosed <socket.socket fd=4248, family=2, type=1, proto=0, laddr=('127.0.0.1', 58897), raddr=('127.0.0.1', 58896)>
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-15 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_session_info pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=2, type=1, proto=0> Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\site-packages\urllib3\connection.py", line 357, in <genexpr> header_keys = frozenset(to_str(k.lower()) for k in headers) ResourceWarning: unclosed <socket.socket fd=5648, family=2, type=1, proto=0, laddr=('127.0.0.1', 58920), raddr=('127.0.0.1', 58919)>
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:windows-latest: panel\tests\test_server.py#L341
test_server_schedule_at[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "D:\a\panel\panel\.pixi\envs\test-312\Lib\threading.py", line 1075, in _bootstrap_inner self.run() File "D:\a\panel\panel\panel\io\threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "D:\a\panel\panel\panel\io\fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
ui:test-ui:macos-latest: panel/tests/ui/io/test_reload.py#L107
test_reload_app_on_local_module_change TimeoutError: wait_until timed out in 5000 milliseconds: Locator expected to have text 'bar' Actual value: foo Call log: LocatorAssertions.to_have_text with timeout 5000ms - waiting for locator(".markdown") - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo " - locator resolved to <div class="bk-panel-models-markup-HTML markdown"></div> - unexpected value "foo "
ui:test-ui:macos-latest: panel/tests/ui/template/test_editabletemplate.py#L191
test_editable_template_drag_item TimeoutError: wait_until timed out in 5000 milliseconds
ui:test-ui:macos-latest: panel/tests/ui/widgets/test_tabulator.py#L2372
test_tabulator_patching_and_styling AssertionError: Locator expected to have count '1' Actual value: 0 Call log: LocatorAssertions.to_have_count with timeout 5000ms - waiting for locator(".tabulator-cell").filter(has=locator("text=\"100\"")) - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0"
ui:test-ui:windows-latest: panel\tests\ui\io\test_convert.py#L182
test_pyodide_test_convert_button_app[pyscript-worker] playwright._impl._errors.TimeoutError: Page.goto: Timeout 20000ms exceeded. Call log: navigating to "http://localhost:50000/ebf0bdb2298e4f4883762522c0c015ad.html", waiting until "load"
ui:test-ui:windows-latest: panel\tests\ui\io\test_reload.py#L30
test_reload_app_on_touch[ipynb] TimeoutError: wait_until timed out in 5000 milliseconds
ui:test-ui:windows-latest: panel\tests\ui\widgets\test_icon.py#L131
test_toggle_icon_update_params_dynamically TypeError: 'NoneType' object is not subscriptable
unit:test-312:ubuntu-latest
Canceling since a higher priority waiting request for 'tests-7246' exists
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_template_static_resources[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-13 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_callbacks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-11 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_extensions_on_root[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-15 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_local_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-12 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[tornado] pytest.PytestUnraisableExceptionWarning: Exception ignored in: <socket.socket fd=-1, family=1, type=1, proto=0> Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/site-packages/coverage/collector.py", line 250, in lock_data def lock_data(self) -> None: ResourceWarning: unclosed <socket.socket fd=36, family=1, type=1, proto=0>
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_on_session_created[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-3 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_async_local_state_nested_tasks[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-16 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_serve_config_per_session_state[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-14 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_schedule_repeat[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-6 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'
unit:test-312:ubuntu-latest: panel/tests/test_server.py#L341
test_server_schedule_threaded[fastapi] pytest.PytestUnhandledThreadExceptionWarning: Exception in thread Thread-20 (get_server) Traceback (most recent call last): File "/home/runner/work/panel/panel/.pixi/envs/test-312/lib/python3.12/threading.py", line 1075, in _bootstrap_inner self.run() File "/home/runner/work/panel/panel/panel/io/threads.py", line 28, in run bokeh_server = target(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 216, in get_server application = add_applications( ^^^^^^^^^^^^^^^^^ File "/home/runner/work/panel/panel/panel/io/fastapi.py", line 103, in add_applications application = BokehFastAPI(apps, app=app, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: BokehFastAPI.__init__() got an unexpected keyword argument 'address'

Artifacts

Produced during runtime
Name Size
pixi-lock
352 KB
ui_screenshots_Windows
4.95 MB
ui_screenshots_macOS
584 KB