mirror of
https://github.com/python/cpython.git
synced 2025-11-09 01:51:26 +00:00
Test premium Mac builders (#118672)
This commit is contained in:
parent
2ba2c142a6
commit
9fd33af5ac
3 changed files with 5 additions and 5 deletions
|
|
@ -15,9 +15,9 @@
|
|||
# Optionally test pyrepl. This currently requires that the
|
||||
# 'curses' resource be given on the regrtest command line using the -u
|
||||
# option. Additionally, we need to attempt to import curses and readline.
|
||||
requires('curses')
|
||||
curses = import_module('curses')
|
||||
readline = import_module('readline')
|
||||
requires("curses")
|
||||
curses = import_module("curses")
|
||||
readline = import_module("readline")
|
||||
|
||||
from _pyrepl.console import Console, Event
|
||||
from _pyrepl.readline import ReadlineAlikeReader, ReadlineConfig
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue