summaryrefslogtreecommitdiffstats
path: root/tests/features/environment.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/features/environment.py')
-rw-r--r--tests/features/environment.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/features/environment.py b/tests/features/environment.py
index 049c2f23..4e7e601e 100644
--- a/tests/features/environment.py
+++ b/tests/features/environment.py
@@ -20,7 +20,6 @@ def before_all(context):
os.environ["PAGER"] = "cat"
os.environ["EDITOR"] = "ex"
os.environ["VISUAL"] = "ex"
- os.environ["PROMPT_TOOLKIT_NO_CPR"] = "1"
context.package_root = os.path.abspath(
os.path.dirname(os.path.dirname(os.path.dirname(__file__)))