Skip to content

Commit d6c380a

Browse files
committed
fix(python): add empty config function for neotest adapter
1 parent c9c5f7a commit d6c380a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/astrocommunity/pack/python/init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ return {
120120
{
121121
"nvim-neotest/neotest",
122122
optional = true,
123-
dependencies = { "nvim-neotest/neotest-python" },
123+
dependencies = { "nvim-neotest/neotest-python", config = function() end },
124124
opts = function(_, opts)
125125
if not opts.adapters then opts.adapters = {} end
126126
table.insert(opts.adapters, require "neotest-python"(require("astrocore").plugin_opts "neotest-python"))

0 commit comments

Comments
 (0)