Fix Python 3.12.3 regression with enums #668
Annotations
6 errors
|
Run pytest:
tests/test_ezsp.py#L186
test_receive_new
ValueError: Data is too short to contain 2 bytes
|
Run pytest:
tests/test_ezsp_protocol.py#L32
test_receive_reply
ValueError: Data is too short to contain 2 bytes
|
Run pytest:
tests/test_ezsp_protocol.py#L45
test_receive_reply_after_timeout
ValueError: Data is too short to contain 2 bytes
|
Run pytest:
tests/test_types.py#L9
test_lvbytes32
AssertionError: assert b'2345' == b'5'
At index 0 diff: b'2' != b'5'
Full diff:
- b'5'
+ b'2345'
|
Run pytest
The operation was canceled.
|
Loading