diff --git a/tests/integration/test_main.py b/tests/integration/test_main.py index 15f8c107bf..af7476410e 100644 --- a/tests/integration/test_main.py +++ b/tests/integration/test_main.py @@ -1307,6 +1307,7 @@ def test_live_tracking(self, tmp_path, simple_test_file, free_port): "live", str(free_port), ], + stdout=subprocess.PIPE, stdin=subprocess.PIPE, ) @@ -1429,6 +1430,7 @@ def test_live_tracking_server_when_client_disconnects(self, free_port, tmp_path) str(free_port), ], stdin=subprocess.PIPE, + stdout=subprocess.PIPE, ) # WHEN