qtpy was pinned here. Fix the problem so that the pin can be removed.
The comment in the magic commit expanded: 2.4.2 fails workbench.test_mainwindow.test_mainwindow which uses isinstance() to differentiate between QAction and QMenu. 2.4.2 changes the underlying type so this test fails.
qtpy was pinned here. Fix the problem so that the pin can be removed.
The comment in the magic commit expanded: 2.4.2 fails
workbench.test_mainwindow.test_mainwindow
which usesisinstance()
to differentiate betweenQAction
andQMenu
. 2.4.2 changes the underlying type so this test fails.