-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test_broadcast fails on Fedora 41 #585
Comments
#570 might provide some context, but I don't see how it can cause this test failure. Maybe it's related to asyncio somehow... |
I can see this fails on my local macOS environment with specific versions of nvim:
Prior to #570, this might have been different due to some behavior difference. Since pynvim CI is not run with nvim-stable (we should do so!), this bug hadn't been being detected. |
Thanks for noting that! We should just skip |
The fix made in neovim#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 neovim#585).
This should be fixed by c3fe993. Please let us know if the error still happens. |
I wanted to package version 0.5.2 for Fedora, but test_broadcast fails. Help to debug that would be appreciated.
The text was updated successfully, but these errors were encountered: