Skip to content

Delay/sync the from_timestamps as well #1253

Delay/sync the from_timestamps as well

Delay/sync the from_timestamps as well #1253

Triggered via push April 2, 2025 07:52
Status Failure
Total duration 2m 19s
Artifacts

verify.yml

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

Annotations

13 errors and 1 warning
Run pytest using Python 3.11
Process completed with exit code 1.
Run pytest using Python 3.11: tests/test_usb.py#L1249
TestStick.test_pulse_collection_production AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.11: tests/test_usb.py#L964
TestStick.test_pulse_collection_consumption AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11: tests/test_usb.py#L906
TestStick.test_energy_circle AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.12
Process completed with exit code 1.
Run pytest using Python 3.12
Event loop is closed
Run pytest using Python 3.12: tests/test_usb.py#L1249
TestStick.test_pulse_collection_production AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.12: tests/test_usb.py#L964
TestStick.test_pulse_collection_consumption AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.12: tests/test_usb.py#L906
TestStick.test_energy_circle AttributeError: 'NoneType' object has no attribute 'minute'
Run pytest using Python 3.12
The strategy configuration was canceled because "pytest._3_11" failed
Run pytest using Python 3.12: venv/lib/python3.12/site-packages/_pytest/unraisableexception.py#L85
Exception ignored in: <coroutine object StickReceiver._message_queue_worker at 0x7f6304ab7100> Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/queues.py", line 158, in get await getter GeneratorExit During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/connection/receiver.py", line 283, in _message_queue_worker response: PlugwiseResponse = await self._message_queue.get() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/queues.py", line 160, in get getter.cancel() # Just in case getter is not done yet. ^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/base_events.py", line 799, in call_soon self._check_closed() File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/base_events.py", line 545, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed