From ca8d5fb6c8d8591c20ec99e00e7e63fd2c9d1151 Mon Sep 17 00:00:00 2001 From: Lin Sun Date: Thu, 25 Apr 2024 06:54:27 +0000 Subject: [PATCH] ; Fix python test case for testing completion with ipython * test/lisp/progmodes/python-tests.el (python-shell-completion-at-point-ipython): Fix the python interpreter is incorrect in the subroutine. --- test/lisp/progmodes/python-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el index e11440cdb5b..e6e6e05bbef 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -4896,7 +4896,8 @@ python-shell-completion-at-point-jedi-completer (ert-deftest python-shell-completion-at-point-ipython () "Check if Python shell completion works for IPython." - (let ((python-shell-interpreter "ipython") + (let ((python-tests-shell-interpreter "ipython") + (python-shell-interpreter "ipython") (python-shell-interpreter-args "-i --simple-prompt")) (skip-unless (and -- 2.20.5