; 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)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user