You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If running with Python 3.10 then the tests don't pass.
[...]
self.name)
)
E AttributeError: Command: no attribute
'GW_LEAVE_LEARN_STATE_REQ'
/usr/lib64/python3.10/enum.py:146: AttributeError
=========================== short test summary info
============================
FAILED
test/frame_leave_learn_state_req_test.py::TestFrameLeaveLearnStateRequest::test_frame_from_raw
======================== 1 failed, 287 passed in 0.84s
=========================
This could be probably due to https://bugs.python.org/issue43162 . Looking at the file everything seems to access from enum while this if clause alone retrieves from the object. I guess it's probably a typo of capital C and lowercase C.
If running with Python 3.10 then the tests don't pass.
See https://bugzilla.redhat.com/show_bug.cgi?id=1928062 for details.
Tanks
The text was updated successfully, but these errors were encountered: