From: Lin Sun Date: Thu, 25 Apr 2024 06:54:27 +0000 (+0000) Subject: ; Fix python test case for testing completion with ipython X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b23d60ed2e202c2aef287fd1e6c636a375b594f0;p=emacs.git ; 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) --- 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