Skip to content

Commit 977703f

Browse files
Update Lib/test/test_repl.py
Co-authored-by: Peter Bierma <[email protected]>
1 parent 63a6b7d commit 977703f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_repl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_exec_set_nomemory_hang(self):
121121
output = kill_python(p)
122122

123123
self.assertIn(p.returncode, (0, 1, 120))
124-
self.assertGreater(len(output), 0, f"Expected some output, got: {output}") # At minimum, should not hang
124+
self.assertGreater(len(output), 0) # At minimum, should not hang
125125

126126
@cpython_only
127127
def test_multiline_string_parsing(self):

0 commit comments

Comments
 (0)