]> git.eshelyaron.com Git - emacs.git/commitdiff
; 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)
committerEshel Yaron <me@eshelyaron.com>
Mon, 6 May 2024 16:33:29 +0000 (18:33 +0200)
* 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

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