Skip to content

Remove double reverse sorting #2588

Remove double reverse sorting

Remove double reverse sorting #2588

Triggered via push August 9, 2025 08:51
Status Success
Total duration 2m 7s
Artifacts 1

verify.yml

on: push
Cache identify
5s
Cache identify
Shellcheck
5s
Shellcheck
Dependency
3s
Dependency
Ruff check and force
9s
Ruff check and force
Check commit
31s
Check commit
Matrix: pytest
Process test coverage
14s
Process test coverage
Run mypy
0s
Run mypy
Process test complexity
14s
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
7s
Build and publish Python 🐍 distributions 📦 to TestPyPI
Fit to window
Zoom out
Zoom in

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:14e1614d9dbb43db8d1036c28c231fa8a4df541927808b7831a86b87b14479b5