Move await to schedule_task_when_awake() #2534
verify.yml
on: push
Cache identify
4s
Matrix: pytest
Run mypy
0s
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
2 errors
|
Run pytest using Python 3.13
Process completed with exit code 1.
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L1984
TestStick.test_sed_node
assert 10 == 15
+ where 10 = BatteryConfig(awake_duration=10, clock_interval=25200, clock_sync=False, maintenance_interval=60, sleep_duration=60).awake_duration
+ where BatteryConfig(awake_duration=10, clock_interval=25200, clock_sync=False, maintenance_interval=60, sleep_duration=60) = <plugwise_usb.nodes.sed.NodeSED object at 0x7fdc0e7ffcb0>.battery_config
|