summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2020-04-06 11:19:15 +0800
committerlaixintao <laixintaoo@gmail.com>2020-04-06 11:19:15 +0800
commitd379b1e736dcc6623ba53fc3d4e6f095fd3e8344 (patch)
tree18ca5ebb18748073c0c565477ecd33f5714ee221
parentb79007040ca76f7c77e83bf16c86fc4910aa6935 (diff)
[ci] test when didn't disable CPR.
-rw-r--r--tests/features/environment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index 049c2f23..76a4627a 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -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__)))