Add ability to define custom tornado handler plugins #12349
Annotations
11 errors
|
Test UI:
panel/tests/ui/command/test_serve.py#L26
test_autoreload_app
Failed: No matching log line in process output, following output was captured:
/home/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 "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
|
Test UI:
panel/tests/ui/command/test_serve.py#L26
test_autoreload_app
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
|
Test UI:
panel/tests/ui/command/test_serve.py#L26
test_autoreload_app
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
|
Test UI:
panel/tests/ui/command/test_serve.py#L26
test_autoreload_app
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
|
Test UI:
panel/tests/ui/test_auth.py#L36
test_basic_auth[prefix]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
|
Test UI:
panel/tests/ui/test_auth.py#L36
test_basic_auth[]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
|
Test UI:
panel/tests/ui/test_auth.py#L154
test_basic_auth_logout[logout_template1]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
TypeError: 'tuple' object is not callable
|
Test UI:
panel/tests/ui/test_auth.py#L36
test_basic_auth[prefix]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
|
Test UI:
panel/tests/ui/test_auth.py#L36
test_basic_auth[]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
|
Test UI:
panel/tests/ui/test_auth.py#L154
test_basic_auth_logout[logout_template1]
Failed: No matching log line in process output, following output was captured:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/home/runner/work/panel/panel/panel/__main__.py", line 11, in <module>
main()
File "/home/runner/work/panel/panel/panel/__main__.py", line 5, in main
from panel.command import main as _main
File "/home/runner/work/panel/panel/panel/command/__init__.py", line 19, in <module>
from .serve import Serve
File "/home/runner/work/panel/panel/panel/command/serve.py", line 103, in <module>
class Serve(_BkServe):
File "/home/runner/work/panel/panel/panel/command/serve.py", line 281, in Serve
('--plugins', dict(
|
Loading