Manage asyncio loop creation manually #12419
Annotations
2 errors and 1 warning
Test UI:
panel/tests/ui/io/test_reload.py#L30
test_reload_app_on_touch[ipynb]
TimeoutError: wait_until timed out in 5000 milliseconds
|
Test UI:
panel/tests/ui/widgets/test_tabulator.py#L593
test_tabulator_editors_panel_date
assert datetime.date(1980, 1, 1) in [datetime.date(2019, 1, 1), datetime.date(2020, 1, 1), datetime.date(2020, 1, 10), datetime.date(2019, 1, 10)]
+ where [datetime.date(2019, 1, 1), datetime.date(2020, 1, 1), datetime.date(2020, 1, 10), datetime.date(2019, 1, 10)] = tolist()
+ where tolist = idx0 2019-01-01\nidx1 2020-01-01\nidx2 2020-01-10\nidx3 2019-01-10\nName: date, dtype: object.tolist
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading