ci: Add test-313 environment #3619
test.yaml
on: pull_request
Annotations
9 errors
unit:test-313:ubuntu-latest
Canceling since a higher priority waiting request for 'tests-6508' exists
|
unit:test-313:ubuntu-latest:
examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 18
Notebook cell execution failed
Cell 18: Cell execution caused an exception
Input:
def update():
counter.event(counter=counter.counter+1)
cb = pn.state.add_periodic_callback(update, period=200)
Traceback:
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[1], line 4
1 def update():
2 counter.event(counter=counter.counter+1)
----> 4 cb = pn.state.add_periodic_callback(update, period=200)
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/state.py:584, in _state.add_periodic_callback(self, callback, period, count, timeout, start)
580 cb = PeriodicCallback(
581 callback=callback, period=period, count=count, timeout=timeout
582 )
583 if start:
--> 584 cb.start()
585 if self.curdoc:
586 if self.curdoc not in self._periodic:
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/callbacks.py:179, in PeriodicCallback.start(self)
177 self._doc.add_next_tick_callback(self.start)
178 else:
--> 179 self._cb = asyncio.create_task(
180 self._async_repeat(self._periodic_callback)
181 )
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/asyncio/tasks.py:407, in create_task(coro, name, context)
402 def create_task(coro, *, name=None, context=None):
403 """Schedule the execution of a coroutine object in a spawn task.
404
405 Return a Task object.
406 """
--> 407 loop = events.get_running_loop()
408 if context is None:
409 # Use legacy API if context is not needed
410 task = loop.create_task(coro, name=name)
RuntimeError: no running event loop
|
unit:test-313:ubuntu-latest:
examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 19
Notebook cell execution failed
Cell 19: Cell execution caused an exception
Input:
cb.stop()
Traceback:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[1], line 1
----> 1 cb.stop()
NameError: name 'cb' is not defined
|
unit:test-313:ubuntu-latest
The operation was canceled.
|
unit:test-313:macos-latest
Canceling since a higher priority waiting request for 'tests-6508' exists
|
unit:test-313:macos-latest:
examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 18
Notebook cell execution failed
Cell 18: Cell execution caused an exception
Input:
def update():
counter.event(counter=counter.counter+1)
cb = pn.state.add_periodic_callback(update, period=200)
Traceback:
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
Cell In[1], line 4
1 def update():
2 counter.event(counter=counter.counter+1)
----> 4 cb = pn.state.add_periodic_callback(update, period=200)
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/state.py:584, in _state.add_periodic_callback(self, callback, period, count, timeout, start)
580 cb = PeriodicCallback(
581 callback=callback, period=period, count=count, timeout=timeout
582 )
583 if start:
--> 584 cb.start()
585 if self.curdoc:
586 if self.curdoc not in self._periodic:
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/site-packages/panel/io/callbacks.py:179, in PeriodicCallback.start(self)
177 self._doc.add_next_tick_callback(self.start)
178 else:
--> 179 self._cb = asyncio.create_task(
180 self._async_repeat(self._periodic_callback)
181 )
File ~/work/holoviews/holoviews/.pixi/envs/test-313/lib/python3.13/asyncio/tasks.py:407, in create_task(coro, name, context)
402 def create_task(coro, *, name=None, context=None):
403 """Schedule the execution of a coroutine object in a spawn task.
404
405 Return a Task object.
406 """
--> 407 loop = events.get_running_loop()
408 if context is None:
409 # Use legacy API if context is not needed
410 task = loop.create_task(coro, name=name)
RuntimeError: no running event loop
|
unit:test-313:macos-latest:
examples/user_guide/Deploying_Bokeh_Apps.ipynb#L1
examples/user_guide/Deploying_Bokeh_Apps.ipynb::Cell 19
Notebook cell execution failed
Cell 19: Cell execution caused an exception
Input:
cb.stop()
Traceback:
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
Cell In[1], line 1
----> 1 cb.stop()
NameError: name 'cb' is not defined
|
unit:test-313:macos-latest
The operation was canceled.
|
result:test
Process completed with exit code 1.
|