Skip to content
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

fix(tests): "provider#python3#Prog" was removed upstream #563

Merged
merged 1 commit into from
Mar 16, 2024
Merged

Conversation

justinmk
Copy link
Member

Problem:
Tests fail since upstream Nvim commit neovim/neovim@eb5d15e which removed the (internal) provider#python3#Prog function.

pynvim.api.common.NvimError: nvim_exec2(): Vim(echomsg):E117: Unknown function: provider#python3#Prog

Solution:
Use the new Lua function instead.

Problem:
Tests fail since upstream Nvim commit neovim/neovim@eb5d15e
which removed the (internal) `provider#python3#Prog` function.

    pynvim.api.common.NvimError: nvim_exec2(): Vim(echomsg):E117: Unknown function: provider#python3#Prog

Solution:
Use the new Lua function instead.
@justinmk justinmk merged commit f9d839f into master Mar 16, 2024
38 checks passed
@justinmk justinmk deleted the fixtests branch March 16, 2024 23:35
@justinmk justinmk changed the title fix(tests): tests fix(tests): "provider#python3#Prog" was removed upstream Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant