Fix removed constant #2567
verify.yml
on: push
Cache identify
5s
Matrix: pytest
Run mypy
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#L2215
TestStick.test_scan_node
assert not True
+ where True = MotionConfig(daylight_mode=False, reset_timer=25, sensitivity_level=<MotionSensitivity.MEDIUM: 2>, dirty=True).dirty
+ where MotionConfig(daylight_mode=False, reset_timer=25, sensitivity_level=<MotionSensitivity.MEDIUM: 2>, dirty=True) = <plugwise_usb.nodes.scan.PlugwiseScan object at 0x7f20f5ca7250>.motion_config
|