--- a/src/eric7/Testing/Interfaces/TestExecutorBase.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Testing/Interfaces/TestExecutorBase.py Tue Oct 18 16:06:21 2022 +0200 @@ -14,7 +14,7 @@ from PyQt6.QtCore import pyqtSignal, QObject, QProcess, QProcessEnvironment -import Preferences +from eric7 import Preferences class TestResultCategory(IntEnum):