summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorLin Sun <sunlin7@hotmail.com>2024-04-25 06:54:27 +0000
committerEli Zaretskii <eliz@gnu.org>2024-05-02 12:04:52 +0300
commit0e0fe20040413d682f8078a2ddfb8f502cb89fb8 (patch)
tree4d578639cc6f95cd94b283d3aae7a97bc82d7cfe /test
parentb98a6af8ca086ddbf891e54e50d0cb3f578f42b5 (diff)
downloademacs-0e0fe20040413d682f8078a2ddfb8f502cb89fb8.tar.gz
; 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)
Diffstat (limited to 'test')
-rw-r--r--test/lisp/progmodes/python-tests.el3
1 files changed, 2 insertions, 1 deletions
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