nvim-neotest / neotest

An extensible framework for interacting with tests within NeoVim.
MIT License
2.36k stars 116 forks source link

[BUG] scm-1 rockspec still has nvim-treesitter in its dependencies #440

Open mrcjkb opened 3 months ago

mrcjkb commented 3 months ago

Hey 👋

This isn't a bug in neotest itself. The scm-1 rockspec on luarocks.org still lists nvim-treesitter as one of its dependencies. We had to remove nvim-treesitter because it breaks when packaged for luarocks, so it's no longer possible to install the neotest scm-1 rock.

I couldn't find the rockspec in the neotest repo. Would you mind pushing a new rockspec (you can use luarocks upload --force to replace the existing one). 🙏

mrcjkb commented 3 months ago

Update: there is now a patched scm version of nvim-treesitter, but the rockspec probably still shouldn't depend on it.