From 2f1a2cf07f521abb6a226d01205a124ae516a334 Mon Sep 17 00:00:00 2001 From: Jeffrey Rackauckas Date: Mon, 2 Jul 2018 19:55:08 -0700 Subject: [PATCH] Fixing --trace test. --- testing/test_pdb.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/testing/test_pdb.py b/testing/test_pdb.py index f82bccce6..dff507f1b 100644 --- a/testing/test_pdb.py +++ b/testing/test_pdb.py @@ -728,8 +728,6 @@ class TestTraceOption: child = testdir.spawn_pytest("--trace " + str(p1)) child.expect("test_1") child.expect("(Pdb)") - child.sendline("c") - child.expect("(Pdb)") child.sendeof() rest = child.read().decode("utf8") assert "1 passed" in rest