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.
2 parents 0b8fdec + 5072494 commit 6b4174bCopy full SHA for 6b4174b
setup.py
@@ -19,7 +19,7 @@
19
install_requirements = [
20
'click >= 7.0',
21
'Pygments >= 1.6',
22
- 'prompt_toolkit>=2.0.6,<3.0.0',
+ 'prompt_toolkit>=3.0.0,<4.0.0',
23
'PyMySQL >= 0.9.2',
24
'sqlparse>=0.3.0,<0.4.0',
25
'configobj >= 5.0.5',
test/features/environment.py
@@ -17,6 +17,7 @@ def before_all(context):
17
os.environ['COLUMNS'] = "100"
18
os.environ['EDITOR'] = 'ex'
os.environ['LC_ALL'] = 'en_US.utf8'
+ os.environ['PROMPT_TOOLKIT_NO_CPR'] = '1'
test_dir = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
login_path_file = os.path.join(test_dir, 'mylogin.cnf')
0 commit comments