We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d56d8 commit 5072494Copy full SHA for 5072494
test/features/environment.py
@@ -17,6 +17,7 @@ def before_all(context):
17
os.environ['COLUMNS'] = "100"
18
os.environ['EDITOR'] = 'ex'
19
os.environ['LC_ALL'] = 'en_US.utf8'
20
+ os.environ['PROMPT_TOOLKIT_NO_CPR'] = '1'
21
22
test_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
23
login_path_file = os.path.join(test_dir, 'mylogin.cnf')
0 commit comments