Switch to Pixi for development / CI and hatchling for build system #10098
Annotations
10 errors
Test unit:
panel\tests\io\test_resources.py#L86
test_resources_model_server
AssertionError: assert ['https://cdn...luxon.min.js'] == ['static/exte...luxon.min.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js' != 'static/extensions/panel/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js'
Full diff:
[
- 'static/extensions/panel/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js',
- 'static/extensions/panel/bundled/datatabulator/luxon/build/global/luxon.min.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js',
+ 'https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L99
test_resources_model_cdn
AssertionError: assert ['https://cdn...luxon.min.js'] == ['https://cdn...luxon.min.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js' != 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js'
Full diff:
[
- 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/datatabulator/[email protected]/dist/js/tabulator.min.js',
- 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/datatabulator/luxon/build/global/luxon.min.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/js/tabulator.min.js',
+ 'https://cdn.jsdelivr.net/npm/luxon/build/global/luxon.min.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L125
test_resources_reactive_html_server
AssertionError: assert ['https://cdn...stack-all.js'] == ['static/exte...stack-all.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js' != 'static/extensions/panel/bundled/gridstack/[email protected]/dist/gridstack-all.js'
Full diff:
[
- 'static/extensions/panel/bundled/gridstack/[email protected]/dist/gridstack-all.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L138
test_resources_reactive_html_cdn
AssertionError: assert ['https://cdn...stack-all.js'] == ['https://cdn...stack-all.js']
At index 0 diff: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js' != 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/gridstack/[email protected]/dist/gridstack-all.js'
Full diff:
[
- 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/gridstack/[email protected]/dist/gridstack-all.js',
+ 'https://cdn.jsdelivr.net/npm/[email protected]/dist/gridstack-all.js',
]
|
Test unit:
panel\tests\io\test_resources.py#L115
test_resources_model_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\datatabulator\\[email protected]\\dist\\js\\tabulator.min.js'
|
Test unit:
panel\tests\io\test_resources.py#L184
test_resources_design_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\bootstrap5\\js\\bootstrap.bundle.min.js'
|
Test unit:
panel\tests\io\test_resources.py#L153
test_resources_reactive_html_inline
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\bundled\\gridstack\\[email protected]\\dist\\gridstack-all.js'
|
Test unit:
panel\tests\io\test_save.py#L41
test_save_external
assert 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/vegaplot/vega@5' in '<!DOCTYPE html>\n<html lang="en" >\n <head>\n <meta charset="utf-8">\n <title>Panel</title>\n <link rel="apple-touch-icon" sizes="180x180" href="https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/images/apple-touch-icon.png">\n <link rel="icon" type="image/png" sizes="32x32" href="https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/images/favicon.ico"> <style>\n html, body {\n\tdisplay: flow-root;\n box-sizing: border-box;\n height: 100%;\n margin: 0;\n padding: 0;\n }\n </style>\n<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega@5"></script>\n<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-lite@5"></script>\n<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/vega-embed@6"></script>\n<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-3.4.1.min.js"></script>\n<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-gl-3.4.1.min.js"></script>\n<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-widgets-3.4.1.min.js"></script>\n<script type="text/javascript" src="https://cdn.bokeh.org/bokeh/release/bokeh-tables...8-3fc87b00f897\').textContent;\n const render_items = [{"docid":"dfd489a1-aaff-4e84-8bf2-dd6b25815095","roots":{"p1190":"de1105c0-fdf1-47f2-afae-9ee345cac3df"},"root_ids":["p1190"]}];\n root.Bokeh.embed.embed_items(docs_json, render_items);\n }\n if (root.Bokeh !== undefined) {\n embed_document(root);\n } else {\n let attempts = 0;\n const timer = setInterval(function(root) {\n if (root.Bokeh !== undefined) {\n clearInterval(timer);\n embed_document(root);\n } else {\n attempts++;\n if (attempts > 100) {\n clearInterval(timer);\n console.log("Bokeh: ERROR: Unable to run BokehJS code because BokehJS library is missing");\n }\n }\n }, 10, root)\n }\n })(window);\n });\n };\n if (document.readyState != "loading") fn();\n else document.addEventListener("DOMContentLoaded", fn);\n })();\n </script>\n </body>\n</html>'
+ where 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/vegaplot/vega@5' = <built-in method replace of str object at 0x00000294468B6290>('https://cdn.jsdelivr.net/npm', 'https://cdn.holoviz.org/panel/1.4.2-rc.1/dist/bundled/vegaplot')
+ where <built-in method replace of str object at 0x00000294468B6290> = 'https://cdn.jsdelivr.net/npm/vega@5'.replace
+ and 'https://cdn.jsdelivr.net/npm' = _config(_admin=False, _admin_endpoint=None, _admin_log_level='DEBUG', _basic_auth=None, _comms='default', _console_output=None, _cookie_secret=None, _embed=None, _embed_json=False, _embed_json_prefix='', _embed_load_path=None, _embed_save_path='./', _inline=None, _log_level='WARNING', _npm_cdn='https://cdn.jsdelivr.net/npm', _nthreads=None, _oauth_encryption_key=None, _oauth_expiry=1, _oauth_extra_params={}, _oauth_guest_endpoints=None, _oauth_jwt_user=None, _oauth_key=None, _oauth_optional=False, _oauth_provider=None, _oauth_redirect_uri=None, _oauth_refresh_tokens=False, _oauth_secret=None, _theme=None, admin_plugins=[], apply_signatures=False, auth_template=None, authorize_callback=None, autoreload=False, basic_auth_template=None, browser_info=True, css_files=[], defer_load=False, design=None, disconnect_notification='', exception_handler=None, global_css=[], global_loading_spinner=False, js_files={}, js_modules={}, layout_compatibility='warn', load_entry_points=True, loading_color='#c3c3c3', loading_indicator=False, loading_max_height=400, loading_spinner='arc', name='_config00003', notifications=False, profiler=None, raw_css=[], ready_notification='', reuse_s
|
Test unit:
panel\tests\io\test_save.py#L48
test_save_inline_resources
FileNotFoundError: [Errno 2] No such file or directory: 'D:\\a\\panel\\panel\\panel\\dist\\panel.min.js'
|
Test unit
Process completed with exit code 3.
|
The logs for this run have expired and are no longer available.
Loading