diff -r 5798ee4a8807 -r 3f23dbf37dbe src/eric7/Testing/Interfaces/PytestExecutor.py --- a/src/eric7/Testing/Interfaces/PytestExecutor.py Fri Nov 04 13:46:31 2022 +0100 +++ b/src/eric7/Testing/Interfaces/PytestExecutor.py Fri Nov 04 13:52:26 2022 +0100 @@ -11,7 +11,7 @@ import json import os -from PyQt6.QtCore import pyqtSlot, QProcess +from PyQt6.QtCore import QProcess, pyqtSlot from eric7.EricNetwork.EricJsonStreamReader import EricJsonReader