[BUG] scm-1 rockspec still has nvim-treesitter in its dependencies
mrcjkb opened this issue ยท 1 comments
mrcjkb commented
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
Update: there is now a patched scm version of nvim-treesitter, but the rockspec probably still shouldn't depend on it.