Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(pyqt): webengine must be imported before qcoreapplication

wakonig_k requested to merge fix/import_webengine_before_qapplication into main

Description

It seems that PyQt6 requires that the QWebEngine must be imported before any QCoreApplication. The recently introduced changes to the dispatcher force us to now add the import of qwebengine to the import of utils. Otherwise the tests will fail from time to time (depending on the random order seed).

Edited by wakonig_k

Merge request reports

Loading