Add ability to define custom tornado handler plugins #12349
Annotations
7 errors
Test unit:
panel/tests/command/test_serve.py#L147
test_serve_num_procs[--warm]
Failed: No matching log line in process output, following output was captured:
/Users/runner/work/panel/panel/panel/command/serve.py:281: SyntaxWarning: 'tuple' object is not callable; perhaps you missed a comma?
('--plugins', dict(
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/Users/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/Users/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test unit:
panel/tests/command/test_compile.py#L25
test_compile_component
FileNotFoundError: [Errno 2] No such file or directory: '/Users/runner/work/panel/panel/panel/tests/command/JSTestComponent.bundle.js'
|
Test unit:
panel/tests/command/test_serve.py#L147
test_serve_num_procs[--autoreload]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/Users/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/Users/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test unit:
panel/tests/command/test_serve.py#L198
test_serve_authorize_callback_exception
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/Users/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/Users/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test unit:
panel/tests/command/test_serve.py#L163
test_serve_num_procs_setup
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/Users/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/Users/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test unit:
panel/tests/command/test_serve.py#L178
test_serve_setup
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/Users/runner/work/panel/panel/.pixi/envs/test-310/lib/python3.10/runpy.py", line 86, in _run_code
exec(code, run_globals)
File "/Users/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/Users/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/Users/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/Users/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test unit
Process completed with exit code 1.
|
Loading