Closed ShouryaRSharma closed 2 months ago
I have this problem too
neotest-python: .../nvim/lazy/neotest-python/lua/neotest-python/adapter.lua:100: attempt to call global 'P' (a nil value)
stack traceback:
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:89: in function 'P'
.../nvim/lazy/neotest-python/lua/neotest-python/adapter.lua:100: in function 'build_spec'
...al/share/nvim/lazy/neotest/lua/neotest/client/runner.lua:76: in function '_run_tree'
...al/share/nvim/lazy/neotest/lua/neotest/client/runner.lua:65: in function <...al/share/nvim/lazy/neotest/lua/neotest/client/runner.lua:22>
[C]: in function 'xpcall'
...ocal/share/nvim/lazy/neotest/lua/neotest/client/init.lua:84: in function 'run_tree'
...al/share/nvim/lazy/neotest/lua/neotest/consumers/run.lua:85: in function 'func'
...yeonoh/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:173: in function <...yeonoh/.local/share/nvim/lazy/nvim-nio/lua/nio/tasks.lua:172>
I'm fairly sure there is a conflict between neotest-python and neotest since a global function is failing to run. When I attempt to debug any tests with pytest I get the following error:
My lunarvim config is as follows: