diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua index 6bc202c..d74f687 100644 --- a/lua/plugins/neotest.lua +++ b/lua/plugins/neotest.lua @@ -14,7 +14,6 @@ return { dap = { justMyCode = false }, - args = { '--log-level', 'DEBUG' }, runner = 'pytest', python = pythonVenv.getPythonEnv })