Debian Patches
Status for python-pynvim/0.5.2-2
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix-tests-skip-failing-test_broadcast-on-neovim-0.11.patch | [PATCH] fix(tests): skip failing test_broadcast on neovim < 0.11 The fix made in #570 actually works for Nvim 0.11+, depending on the behavior change neovim/neovim#28487. We should just skip test_broadcast on older Nvim versions (see #585). |
Jongwook Choi <wookayin@gmail.com> | no | 2025-01-05 | ||
fix-test_connect_stdio-invoke-python3-instead-of-pyt.patch | [PATCH] fix(test_connect_stdio): invoke python3 instead of python "python" is the name for Python 2's interpreter. Since pynvim is now Python 3 only, there's no reason to expect the legacy interpreter to be available. |
James McCoy <jamessan@jamessan.com> | no | 2025-03-12 | ||
increase-jobwait-timeout.patch | test_attach: Increase jobwait timeout Slower architectures, like riscv64, aren't completing the job in 500ms and therefore the test fails. |
James McCoy <jamessan@debian.org> | no |