Skip to content

Improve enery-logs reset process, enable use of a button in plugwise_usb beta #2222

Improve enery-logs reset process, enable use of a button in plugwise_usb beta

Improve enery-logs reset process, enable use of a button in plugwise_usb beta #2222

Triggered via pull request June 16, 2025 15:54
@bouwewbouwew
synchronize #255
clear-cache
Status Failure
Total duration 2m 31s
Artifacts

verify.yml

on: pull_request
Ruff check and force
7s
Ruff check and force
Check commit
48s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
Process test coverage
Run mypy
0s
Run mypy
Process test complexity
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
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'>, ]