From b23d60ed2e202c2aef287fd1e6c636a375b594f0 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 value of 'python-test-shell-interpreter'. (Bug#70578) (cherry picked from commit 0e0fe20040413d682f8078a2ddfb8f502cb89fb8) --- 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 878f60f1614..e3b1642a975 100644 --- a/test/lisp/progmodes/python-tests.el +++ b/test/lisp/progmodes/python-tests.el @@ -4896,7 +4896,8 @@ def foo(): (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.39.5