Make it easier to subclass components #12828
test.yaml
on: pull_request
Setup workflow
3s
Pixi lock
7s
Matrix: core_test_suite
Matrix: type_test_suite
Matrix: ui_test_suite
Matrix: unit_test_suite
result:test
0s
Annotations
2 errors
ui:test-ui:windows-latest:
panel\tests\ui\io\test_convert.py#L190
test_pyodide_test_convert_button_app[pyodide-worker]
assert [<ConsoleMess...o fetch>, ...] == []
Left contains 8 more items, first extra item: <ConsoleMessage type=error text=The following error occurred while loading six:>
Full diff:
- []
+ [
+ <ConsoleMessage type=error text=The following error occurred while loading six:>,
+ <ConsoleMessage type=error text=Failed to fetch>,
+ <ConsoleMessage type=error text=The following error occurred while loading python-dateutil:>,
+ <ConsoleMessage type=error text=Failed to fetch>,
+ <ConsoleMessage type=error text=The following error occurred while loading numpy:>,
+ <ConsoleMessage type=error text=Failed to fetch>,
+ <ConsoleMessage type=error text=The following error occurred while loading pandas:>,
+ <ConsoleMessage type=error text=Failed to fetch>,
+ ]
|
ui:test-ui:windows-latest:
panel\tests\ui\io\test_convert.py#L248
test_pyodide_test_convert_csv_app[pyodide-False]
AssertionError: Locator expected to have class 'pn-loading pn-arc'
Actual value:
Call log:
LocatorAssertions.to_have_class with timeout 5000ms
- waiting for locator("body")
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
- locator resolved to <body class="">…</body>
- unexpected value ""
|