reintegrate delay_task call in order to let awake response finish fir… #2574
verify.yml
on: push
Cache identify
6s
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#L2206
TestStick.test_scan_node
assert not True
+ where True = MotionConfig(daylight_mode=False, reset_timer=25, sensitivity_level=30, dirty=True).dirty
+ where MotionConfig(daylight_mode=False, reset_timer=25, sensitivity_level=30, dirty=True) = <plugwise_usb.nodes.scan.PlugwiseScan object at 0x7f3457ebf250>.motion_config
|