aboutsummaryrefslogtreecommitdiffstats
path: root/test/lisp/progmodes/python-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/progmodes/python-tests.el')
-rw-r--r--test/lisp/progmodes/python-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/python-tests.el b/test/lisp/progmodes/python-tests.el
index 9f935f2748c..a44a11896f0 100644
--- a/test/lisp/progmodes/python-tests.el
+++ b/test/lisp/progmodes/python-tests.el
@@ -4918,7 +4918,7 @@ import abc
4918 ;; Skip the test on macOS, since the standard Python installation uses 4918 ;; Skip the test on macOS, since the standard Python installation uses
4919 ;; libedit rather than readline which confuses the running of an inferior 4919 ;; libedit rather than readline which confuses the running of an inferior
4920 ;; interpreter in this case (see bug#59477 and bug#25753). 4920 ;; interpreter in this case (see bug#59477 and bug#25753).
4921 (skip-unless (not (eq system-type 'darwin))) 4921 (skip-when (eq system-type 'darwin))
4922 (trace-function 'python-shell-output-filter) 4922 (trace-function 'python-shell-output-filter)
4923 (python-tests-with-temp-buffer-with-shell 4923 (python-tests-with-temp-buffer-with-shell
4924 " 4924 "