; Fix python test case for testing completion with ipython
authorLin Sun <sunlin7@hotmail.com>
Thu, 25 Apr 2024 06:54:27 +0000 (06:54 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 2 May 2024 09:04:52 +0000 (12:04 +0300)
* test/lisp/progmodes/python-tests.el
(python-shell-completion-at-point-ipython): Fix value of
'python-test-shell-interpreter'.  (Bug#70578)

test/lisp/progmodes/python-tests.el

index 878f60f16141b53d8f3d142c50ad57845d5b8d27..e3b1642a9755df77b5617c82df8e8c4bca2db8c9 100644 (file)
@@ -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