Skip to content

Commit 07bcd12

Browse files
committed
fixed compatability with py36
1 parent 93efed0 commit 07bcd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/test_pdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def test_1():
181181
""")
182182
child = testdir.spawn_pytest("--pdb %s" % p1)
183183
child.expect("(Pdb)")
184-
output = child.before
184+
output = child.before.decode("utf8")
185185
child.sendeof()
186186
assert "captured stdout" not in output
187187
assert "captured stderr" not in output

0 commit comments

Comments
 (0)