Try 2 #2557
verify.yml
on: push
Cache identify
15s
Matrix: pytest
Run mypy
0s
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
4 errors
|
Run pytest using Python 3.13
Process completed with exit code 1.
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L2619
TestStick.test_node_discovery_and_load
AssertionError: assert [<NodeFeature...PING: 'ping'>] == [<NodeFeature...PING: 'ping'>]
At index 1 diff: <NodeFeature.INFO: 'info'> != <NodeFeature.BATTERY: 'battery'>
Right contains 3 more items, first extra item: <NodeFeature.MOTION: 'motion'>
Full diff:
[
<NodeFeature.AVAILABLE: 'available'>,
- <NodeFeature.BATTERY: 'battery'>,
<NodeFeature.INFO: 'info'>,
- <NodeFeature.MOTION: 'motion'>,
- <NodeFeature.MOTION_CONFIG: 'motion_config'>,
<NodeFeature.PING: 'ping'>,
]
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L2175
TestStick.test_scan_node
ValueError: invalid literal for int() with base 10: 'MEDIUM'
|
|
Run pytest using Python 3.13:
tests/test_usb.py#L581
TestStick.test_stick_node_discovered_subscription
AttributeError: 'int' object has no attribute 'value'
|