mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#119403)
(cherry picked from commit 561ff1fa71
)
This commit is contained in:
parent
721459831a
commit
ac9163637b
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,6 @@ from test.support.import_helper import import_module
|
|||
# option. Additionally, we need to attempt to import curses and readline.
|
||||
requires("curses")
|
||||
curses = import_module("curses")
|
||||
readline = import_module("readline")
|
||||
|
||||
|
||||
def load_tests(*args):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue