elpy icon indicating copy to clipboard operation
elpy copied to clipboard

elpy-fold-at-point-should-NOT-fold-and-unfold-functions-from-after test failure with Emacs 29

Open apteryks opened this issue 2 years ago • 0 comments

Summary

Moving from Emacs 28.2 to 29, the test fails like:

[...]
.................f......................................f...............................Test elpy-fold-at-point-should-NOT-fold-and-unfold-functions-from-after backtrace:


Test elpy-fold-at-point-should-NOT-fold-and-unfold-functions-from-after condition:

    (ert-test-failed
     ((should
       (=
        (point)
        49))
      :form
      (= 14 49)
      :value nil))

F..............................................................................................................................................................................................................f....
...........f.......................................................................

Ran 383 tests in 81.125 seconds
4 expected failures
1 unexpected results:

Error: void-variable (for)
  mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode -0xabc85104510e41>))
  debug-early-backtrace()
  debug-early(error (void-variable for))
  #f(compiled-function (stats abortedp) #<bytecode -0x1e4b42d27564019f>)
[...]

My configuration

OS

GNU Guix

apteryks avatar Oct 05 '23 05:10 apteryks