Latest commit #2610
verify.yml
on: schedule
Cache identify
7s
Matrix: pytest
Run mypy
0s
Process test complexity
12s
Build and publish Python 🐍 distributions 📦 to TestPyPI
8s
Annotations
5 warnings
|
Run pytest using Python 3.13:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/unittest/mock.py#L2247
coroutine 'NodeSED._configure_sed_task' was never awaited
|
|
Run pytest using Python 3.13:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/unittest/mock.py#L2247
coroutine 'NodeSED.node_info_update' was never awaited
|
|
Run pytest using Python 3.13:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/traceback.py#L293
coroutine 'PlugwiseScan._configure_scan_task' was never awaited
Coroutine created at (most recent call last)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/_pytest/python.py", line 157, in pytest_pyfunc_call
result = testfunction(**testargs)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 642, in inner
_loop.run_until_complete(task)
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
self.run_forever()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 2034, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/tests/test_usb.py", line 578, in test_stick_node_discovered_subscription
await stick.nodes["5555555555555555"].load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 111, in load
await super().load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/sed.py", line 127, in load
await self._load_defaults()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 158, in _load_defaults
await self.schedule_task_when_awake(self._configure_scan_task())
|
|
Run pytest using Python 3.13:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/traceback.py#L293
coroutine 'NodeSED._configure_sed_task' was never awaited
Coroutine created at (most recent call last)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 642, in inner
_loop.run_until_complete(task)
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
self.run_forever()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 2034, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/tests/test_usb.py", line 578, in test_stick_node_discovered_subscription
await stick.nodes["5555555555555555"].load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 111, in load
await super().load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/sed.py", line 127, in load
await self._load_defaults()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 139, in _load_defaults
await super()._load_defaults()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/sed.py", line 175, in _load_defaults
await self.schedule_task_when_awake(self._configure_sed_task())
|
|
Run pytest using Python 3.13:
/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/traceback.py#L293
coroutine 'NodeSED.node_info_update' was never awaited
Coroutine created at (most recent call last)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 642, in inner
_loop.run_until_complete(task)
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 712, in run_until_complete
self.run_forever()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 683, in run_forever
self._run_once()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/base_events.py", line 2034, in _run_once
handle._run()
File "/opt/hostedtoolcache/Python/3.13.5/x64/lib/python3.13/asyncio/events.py", line 89, in _run
self._context.run(self._callback, *self._args)
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/tests/test_usb.py", line 578, in test_stick_node_discovered_subscription
await stick.nodes["5555555555555555"].load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 111, in load
await super().load()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/sed.py", line 127, in load
await self._load_defaults()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/scan.py", line 139, in _load_defaults
await super()._load_defaults()
File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/nodes/sed.py", line 172, in _load_defaults
await self.schedule_task_when_awake(self.node_info_update(None))
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-3.13
Expired
|
4.98 KB |
sha256:1c17d30b09bef530d35b59546426a7fca4c88bda337acb3caeba3ae3bde57258
|
|