Skip to content
Snippets Groups Projects
Commit 64e38e73 authored by Dimitar Tasev's avatar Dimitar Tasev
Browse files

Remove pydevd import, re #24439

parent 9f58dd7c
No related branches found
No related tags found
No related merge requests found
......@@ -31,11 +31,6 @@ class Receiver(QObject):
class WriteToSignalTest(GuiTest):
def test_connected_receiver_receives_text(self):
import sys
sys.path.append("c:\\users\\qbr77747\\apps\\miniconda3\\lib\\site-packages")
import pydevd
pydevd.settrace('localhost', port=44444, stdoutToServer=True, stderrToServer=True)
with patch("sys.stdout.fileno") as mock_fileno:
recv = Receiver()
writer = WriteToSignal(sys.stdout)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment