Skip to content

Commit 5072494

Browse files
committed
disable CPR
1 parent 08d56d8 commit 5072494

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/features/environment.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ def before_all(context):
1717
os.environ['COLUMNS'] = "100"
1818
os.environ['EDITOR'] = 'ex'
1919
os.environ['LC_ALL'] = 'en_US.utf8'
20+
os.environ['PROMPT_TOOLKIT_NO_CPR'] = '1'
2021

2122
test_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
2223
login_path_file = os.path.join(test_dir, 'mylogin.cnf')

0 commit comments

Comments
 (0)