--- a/src/eric7/Testing/Interfaces/PytestRunner.py Tue Oct 18 16:05:20 2022 +0200 +++ b/src/eric7/Testing/Interfaces/PytestRunner.py Tue Oct 18 16:06:21 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)])