Skip to content

Add NodeFeature.CIRCLE #2221

Add NodeFeature.CIRCLE

Add NodeFeature.CIRCLE #2221

Triggered via push June 16, 2025 15:54
Status Failure
Total duration 2m 17s
Artifacts

verify.yml

on: push
Ruff check and force
7s
Ruff check and force
Check commit
42s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
0s
Process test coverage
Run mypy
0s
Run mypy
Process test complexity
0s
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
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#L2540
TestStick.test_node_discovery_and_load AssertionError: assert [<NodeFeature...'power'>, ...] == [<NodeFeature...'relay'>, ...] At index 1 diff: <NodeFeature.CIRCLE: 'circle'> != <NodeFeature.ENERGY: 'energy'> Left contains one more item: <NodeFeature.RELAY_LOCK: 'relay_lock'> Full diff: [ <NodeFeature.AVAILABLE: 'available'>, + <NodeFeature.CIRCLE: 'circle'>, <NodeFeature.ENERGY: 'energy'>, <NodeFeature.INFO: 'info'>, <NodeFeature.PING: 'ping'>, <NodeFeature.POWER: 'power'>, <NodeFeature.RELAY: 'relay'>, <NodeFeature.RELAY_LOCK: 'relay_lock'>, ]