danielhrisca / asammdf

Fast Python reader and editor for ASAM MDF / MF4 (Measurement Data Format) files
GNU Lesser General Public License v3.0
655 stars 226 forks source link

fix(mdf_v2_v3): getuser raises OSError when pwd module is not found i… #1101

Open JulienGrv opened 1 day ago

JulienGrv commented 1 day ago

…n Python 3.13

The CI looks good now but there is still some tests for the GUI that are flaky and need to be fixed: TestDoubleClick.test_EnableDisable_Subgroup, TestContextMenu.test_Action_CopyChannelStructure_Channel, and TestDoubleClick.test_EnableDisable_ParentGroup

JulienGrv commented 1 day ago

Hi @FillBk, first thank you for adding the tests for the GUI. Could you have a look at the three tests I listed here when you have time:

The CI looks good now but there is still some tests for the GUI that are flaky and need to be fixed: TestDoubleClick.test_EnableDisable_Subgroup, TestContextMenu.test_Action_CopyChannelStructure_Channel, and TestDoubleClick.test_EnableDisable_ParentGroup

I don't know why but they are failing sometimes in CI, sometimes not. Thanks for your help