Skip to content

Let PlugwiseCirclePlus class load NodeFeature.CIRCLE too #2371

Let PlugwiseCirclePlus class load NodeFeature.CIRCLE too

Let PlugwiseCirclePlus class load NodeFeature.CIRCLE too #2371

Triggered via push June 22, 2025 10:18
Status Failure
Total duration 1m 27s
Artifacts

verify.yml

on: push
Cache identify
4s
Cache identify
Shellcheck
4s
Shellcheck
Dependency
3s
Dependency
Ruff check and force
7s
Ruff check and force
Check commit
30s
Check commit
Matrix: pytest
Process test coverage
0s
Process test coverage
Run mypy
0s
Run mypy
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
Process test complexity
0s
Process test complexity
Fit to window
Zoom out
Zoom in

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#L2484
TestStick.test_node_discovery_and_load AssertionError: assert [<NodeFeature... 'ping'>, ...] == [<NodeFeature...'power'>, ...] At index 1 diff: <NodeFeature.CIRCLE: 'circle'> != <NodeFeature.CIRCLEPLUS: 'circleplus'> Left contains one more item: <NodeFeature.RELAY_LOCK: 'relay_lock'> Full diff: [ <NodeFeature.AVAILABLE: 'available'>, + <NodeFeature.CIRCLE: 'circle'>, <NodeFeature.CIRCLEPLUS: 'circleplus'>, <NodeFeature.ENERGY: 'energy'>, <NodeFeature.INFO: 'info'>, <NodeFeature.PING: 'ping'>, <NodeFeature.POWER: 'power'>, <NodeFeature.RELAY: 'relay'>, <NodeFeature.RELAY_LOCK: 'relay_lock'>, ]