Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix mypy
  • Loading branch information
pablogsal committed Jun 11, 2024
commit bc49d058297122250084e769c8236294eb904087
4 changes: 0 additions & 4 deletions Lib/test/test_pyrepl/test_pyrepl.py
Original file line number Diff line number Diff line change
Expand Up @@ -844,10 +844,6 @@ def test_exposed_globals_in_repl(self):
'["__annotations__", "__builtins__", "__doc__", "__loader__", '
'"__name__", "__package__", "__spec__"]'
)

with patch('_pyrepl.simple_interact.


output, exit_code = self.run_repl(["sorted(dir())", "exit"])
self.assertEqual(exit_code, 0)
output = output.replace("\'", '"')
Comment thread
lysnikolaou marked this conversation as resolved.
Outdated
Expand Down