1
0
Fork 0

[ci] test when didn't disable CPR.

This commit is contained in:
laixintao 2020-04-06 11:19:15 +08:00
parent b79007040c
commit d379b1e736
No known key found for this signature in database
GPG Key ID: 4E7314AC219D7FE4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def before_all(context):
os.environ["PAGER"] = "cat"
os.environ["EDITOR"] = "ex"
os.environ["VISUAL"] = "ex"
os.environ["PROMPT_TOOLKIT_NO_CPR"] = "1"
# os.environ["PROMPT_TOOLKIT_NO_CPR"] = "1"
context.package_root = os.path.abspath(
os.path.dirname(os.path.dirname(os.path.dirname(__file__)))