Skip to content

Try async setter construct #1391

Try async setter construct

Try async setter construct #1391

Triggered via push April 22, 2025 12:51
Status Failure
Total duration 2m 23s
Artifacts

verify.yml

on: push
Ruff check and force
6s
Ruff check and force
Check commit
41s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
Process test coverage
Run mypy
Run mypy
Process test complexity
0s
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
Run pytest using Python 3.13
Process completed with exit code 1.
Run pytest using Python 3.13: tests/test_usb.py#L471
TestStick.test_stick_connect Failed: DID NOT RAISE <class 'plugwise_usb.exceptions.StickError'>
Run pytest using Python 3.13: tests/test_usb.py#L575
coroutine 'Stick.accept_join_request' 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/pluggy/_hooks.py", line 513, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, 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 1069, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 706, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 677, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 2026, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.3/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 575, in test_stick_node_discovered_subscription stick.accept_join_request = True
Run pytest using Python 3.13: tests/test_usb.py#L472
coroutine 'Stick.accept_join_request' 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/pluggy/_hooks.py", line 513, in __call__ return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pluggy/_manager.py", line 120, in _hookexec return self._inner_hookexec(hook_name, methods, kwargs, firstresult) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, 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 1069, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 706, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 677, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.3/x64/lib/python3.13/asyncio/base_events.py", line 2026, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.3/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 472, in test_stick_connect stick.accept_join_request = True