--- a/src/eric7/Testing/Interfaces/PytestRunner.py Sun Oct 02 11:44:07 2022 +0200 +++ b/src/eric7/Testing/Interfaces/PytestRunner.py Sat Oct 29 15:24:59 2022 +0200 @@ -356,7 +356,7 @@ elif command == "runtest": import pytest - from EricNetwork.EricJsonStreamWriter import EricJsonWriter + from eric7.EricNetwork.EricJsonStreamWriter import EricJsonWriter writer = EricJsonWriter(sys.argv[2], int(sys.argv[3])) pytest.main(sys.argv[4:], plugins=[EricPlugin(writer)])