Bastien <b...@gnu.org> writes:
If you can investigate why the test broke,
that'd be helpful. Thanks!
Unfortunately I'm unable to get the test suite to run correctly.
I've followed the instructions in the testing/README, but the
tests hang due to some sort misconfiguration with python and
readline on my end:
Warning (python): Your ‘python-shell-interpreter’ doesn’t seem
to
support readline, yet ‘python-shell-completion-native-enable’
was t
and "python" is not part of the
‘python-shell-completion-native-disabled-interpreters’ list.
Native
completions have been disabled locally.
I'm running Emacs 28.0.5 on Arch linux. Searching for a solution,
but haven't come up with anything useful yet.
I've tried adding (setq python-shell-completion-native-enable nil)
in the --eval program from the commandline,
but this only silences the warning. Still hangs. I'll keep
reseraching.