Various documentation fixes before 1.5.0 RC2 #11709
Annotations
10 errors
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Test unit:
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'
|
Loading