Skip to content

Commit e76426d

Browse files
committed
And even further
1 parent 6749b83 commit e76426d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Lib/test/test_repl.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,7 @@ def test_quiet_mode(self):
479479
self.assertEqual(output[:3], ">>>")
480480

481481
def test_pythonstartup_success(self):
482-
startup_code = dedent("""\
483-
import sys
484-
print('notice from pythonstartup in asyncio repl', file=sys.stderr)
485-
""")
482+
startup_code = dedent("print('notice from pythonstartup in asyncio repl')")
486483
startup_env = self.enterContext(
487484
new_pythonstartup_env(code=startup_code, histfile=".asyncio_history"))
488485

0 commit comments

Comments
 (0)