src/eric7/Testing/Interfaces/PytestRunner.py

branch
eric7-maintenance
changeset 9442
906485dcd210
parent 9371
1da8bc75946f
parent 9413
80c06d472826
child 9549
67295777d9fe
--- 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)])

eric ide

mercurial